Here's what I would like to do:
I have an image of rice leaf. I have another image of rice leaf that got brown color spots on the leaf. What I want to do is separate the color pixels that are not common for two images using opencv.(color of the spots can be vary)
I tried to do this using histogram intersection. But only managed to find number of pixels common between two images.
Is there any way to do this using opencv? Please be me kind enough to help me.