Hi,
Does ofxCV have a simple way of setting the contourFinder to only bring back a specified number of blobs?
Something like
contourFinder.setNumConsidered(1);
In ofxOpenCV it is in the findContours method:
int ofxCvContourFinder::findContours( ofxCvGrayscaleImage& input, int minArea, int maxArea, int nConsidered, bool bFindHoles, bool bUseApproximation) {