Hi there, I am fairly new to OpenMV,
I want to track a black line using ROIS, which works fine. However, I also want to detect green rectangles along the line, this is where the problem lies. It detects green rectangles but it counts too many as you can see below. I save the c-coordinates of every green blob in a list and want to get the amount of green blobs in the picture (which should be three in the picture below). The output always says there are 8 green blobs.
I already tried to adjust the green Threshold (currently: green = [(15, 45, -50, -10, 0, 40)] ) but no matter what I choose, it either sees no green or too many.
I hope someone can help me!