Remove reflection
Hi, I have two images representing the same object, but in the first one the light reflection makes the object having a different color with respect to the original one represented in the second image. I'm working in HSV color space and I thought only S-V component would have been changed, but actually also H component one is changed .How can I remove this effect? I tried to equalize the yellow channel and also to perform auto white balance but still nothing. Maybe I have to modify some camera parameter?
can you please put your images HERE, not on imgur (links are all broken, too) ?
also, please take a look at the faq , we can help you IF you have an opencv related problem, we can't help with arbitrary photography problems.
I don't know if now images are visible. I tried to upload them in the classic way but I'm not sure it's working. Anyway, I'm processing a video with Opencv and therefore I think the post can be related to it.
there is no yellow channel.
I first converted in YUV color space, then equalize yellow channel, finally convert again in BGR (and then to HSV).