c++ - Detecting light color objects from same dark color background in opencv -
I have two images and I have to find the difference between the two images, so I keep one of my images which is the reference Is as good and is testing the second image.
I am currently processing through the RGB color space, I am registering, looking for points of Jharkhand and the second image is distracted and then finding and comparing the Sobel edges on both images. .
Sometimes if the color of the difference is the same or the light color of the background, then it is not showing as a difference, what is the suggestion on this issue?
Thanks in advance JCR 13
Comments
Post a Comment