Roborealm cutoff on feed

Hey guys, when I do blob filtering, it usually will filter all blobs below a certain line on the feed. :confused: :confused: :confused: :confused: :confused: I don’t have any idea why. An example is this brightness filter I have on my webcam feed, and as you can see, the bright blobs are filtered below the line where my face shows up.

If this could be fixed, thank you.

http://i.imgur.com/pY09H.png?1

:ahh: :ahh: :ahh: :ahh: :ahh:

notice how disgusting this cutoff is.

Can you post the .robo file?

The blob filter is meant to be used on a binary or very few colored image. Since you have not segmented the image in any way each pixel is seen as an object and the filter is running out of objects!

If you add in a Segment_Color, Reduce_Color, Color_depth, Flood_Fill, Auto_Threshold, etc. that will work better.

STeven.