Detecting Light Colored Objects on Black Background

asked 2017-11-28 12:31:05 -0600

Zaxby gravatar image

updated 2017-11-28 18:24:46 -0600

Tetragramm gravatar image

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++.

edit retag flag offensive close merge delete

Comments

2

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.

opalmirror gravatar imageopalmirror ( 2017-11-28 12:57:43 -0600 )edit
3

Edited the post to put the question in the question and created a suitable title.

Tetragramm gravatar imageTetragramm ( 2017-11-28 18:25:13 -0600 )edit

Segmentation would be your first step, or look at specular reflections. As said before, without images, we can only guess for the best solution.

StevenPuttemans gravatar imageStevenPuttemans ( 2017-12-01 08:42:53 -0600 )edit