CV_RETR_CCOMP);cvDrawContours(this->output_buffer, contours, cvScalarAll(255), cvScalarAll(255),100);// Consider each contour a blob and extract the blob infos from it.intsize;intratio;intmin_size =this->property("min_size").asInteger();intmax_size =this->property("max_size").asI...