test_contours.cpp | 64 int blob_count, max_log_blob_count; member in class:CV_FindContourTest 149 int blob_count, int min_brightness, int max_brightness, 163 for( i = 0; i < blob_count; i++ ) 216 blob_count = cvRound(exp(cvtest::randReal(rng)*max_log_blob_count*CV_LOG2)); 232 blob_count, min_brightness, max_brightness, rng );
|