First time here? Check out the FAQ!
answered 2014-05-22 12:29:44 -0600
You could use findContours to detect objects and remove objects of small area. To effectively remove them, you could use fillPoly to draw (into the mask) these objects.