HomeSort by relevance Sort by last modified time
    Searched full:blob_count (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/imgproc/test/
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 );

Completed in 1415 milliseconds