I’m doing a skin detection method in c# using EmguCV. For skin detection I’m referring this article. I’m new in EmguCV. I just want to know how to get or set every pixel value of image that is capturing via webcam. If skin pixel matched it become white else black. I just want RGB value of pixel without degrading the performance of application.
Share
to get or set every pixel value of image you do it easily as following
it will be write inplace