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

  /external/opencv3/modules/features2d/test/
test_mser.cpp 108 bool binarize = use_big_image ? rng.uniform(0, 5) != 0 : false; local
115 invert = binarize = blur = false;
129 if( binarize )
136 if( binarize && (thresh == 0 || thresh == 255) )
146 "image=%s, invert=%d, binarize=%d, thresh=%d, blur=%d\n",
148 (int)invert, (int)binarize, thresh, (int)blur);
  /external/opencv3/modules/ml/test/
test_mltests2.cpp 353 // binarize the responses
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 265 # otsu threshold to binarize the image

Completed in 109 milliseconds