HomeSort by relevance Sort by last modified time
    Searched refs:RETR_LIST (Results 1 - 13 of 13) 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);
squares.cpp 87 findContours(gray, contours, RETR_LIST, CHAIN_APPROX_SIMPLE);
  /external/opencv3/samples/python2/
squares.py 27 bin, contours, hierarchy = cv2.findContours(bin, cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE)
  /external/opencv3/modules/calib3d/src/
quadsubpix.cpp 196 findContours(black_comp, black_contours, black_hierarchy, RETR_LIST, CHAIN_APPROX_SIMPLE);
197 findContours(white_comp, white_contours, white_hierarchy, RETR_LIST, CHAIN_APPROX_SIMPLE);
  /external/opencv3/samples/tapi/
squares.cpp 73 findContours(gray, contours, RETR_LIST, CHAIN_APPROX_SIMPLE);
  /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 122 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/test/
test_contours.cpp 482 findContours(img, contours, noArray(), RETR_LIST, CHAIN_APPROX_SIMPLE);
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 402 RETR_LIST = 1,
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 180 RETR_LIST = 1,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 3455 milliseconds