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

  /external/opencv3/samples/cpp/
lsd_lines.cpp 36 Ptr<LineSegmentDetector> ls = createLineSegmentDetector(LSD_REFINE_NONE);
  /external/opencv3/modules/imgproc/test/
test_lsd.cpp 232 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_NONE);
246 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_NONE);
259 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_NONE);
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 452 LSD_REFINE_NONE = 0, //!< No refinement applied
    [all...]
  /external/opencv3/modules/imgproc/src/
lsd.cpp 171 * LSD_REFINE_NONE - No refinement applied.
493 if(doRefine > LSD_REFINE_NONE)
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 192 LSD_REFINE_NONE = 0,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 276 milliseconds