Detecting Light Colored Objects on Black Background
So I am trying to detect any lighter colored object on a surface that is primarily black (solar panel surface). Can anyone provide me with some techniques that I could potentially use to detect these objects and then flag that there is something there?
I am using visual studios in order to do this in C++.
Please provide specific example image or images, and also include the text of code that shows what you've tried to do that hasn't worked.
Edited the post to put the question in the question and created a suitable title.
Segmentation would be your first step, or look at specular reflections. As said before, without images, we can only guess for the best solution.