HomeSort by relevance Sort by last modified time
    Searched refs:CHAIN_APPROX_NONE (Results 1 - 9 of 9) sorted by null

  /external/opencv3/samples/cpp/
fitellipse.cpp 68 findContours(bimage, contours, RETR_LIST, CHAIN_APPROX_NONE);
shape_example.cpp 29 findContours(currentQuery, _contoursQuery, RETR_LIST, CHAIN_APPROX_NONE);
  /external/opencv3/modules/shape/test/
test_shape.cpp 87 findContours(currentQuery, _contoursQuery, RETR_LIST, CHAIN_APPROX_NONE);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
image_util_numpy_impl.py 127 contours, _ = cv2.findContours(img, cv2.RETR_LIST, cv2.CHAIN_APPROX_NONE)
  /external/opencv3/modules/features2d/src/
blobdetector.cpp 198 findContours(tmpBinaryImage, contours, RETR_LIST, CHAIN_APPROX_NONE);
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 418 CHAIN_APPROX_NONE = 1,
    [all...]
  /external/opencv3/modules/imgproc/test/
test_convhull.cpp     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 184 CHAIN_APPROX_NONE = 1,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1156 milliseconds