Ask Your Question

madmax's profile - activity

2017-08-18 13:55:26 -0600 received badge  Student (source)
2014-03-10 12:10:39 -0600 commented answer detect colored bars from an object

Yes, for color detection I am using HSV already, but was wondering how I could segment the bars best.

2014-03-09 13:06:59 -0600 commented answer detect colored bars from an object

To filter all but the color bars or to filter for each color that can occur?

2014-03-09 13:04:20 -0600 received badge  Supporter (source)
2014-03-09 07:01:02 -0600 asked a question detect colored bars from an object

Hi,

I am trying to filter for the colored bars like you can see in this image:

image description

Right now I try with a mean()over the rgb image and crop all under this threshold.
But then it looks like this:

image description

Do you have any idea what I could do better or other methods for getting the color?
Or should I just search for the colors? (There are about 10 colors that can occur)