HomeSort by relevance Sort by last modified time
    Searched defs:contour1 (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/imgproc/src/
matchcontours.cpp 44 double cv::matchShapes(InputArray contour1, InputArray contour2, int method, double)
52 HuMoments( moments(contour1), ma );
155 cv::Mat contour1 = cv::cvarrToMat(_contour1, false, false, 0, &abuf1); local
158 return cv::matchShapes(contour1, contour2, method, parameter);
  /external/opencv3/modules/java/src/
imgproc.cpp 4826 Mat& contour1 = *((Mat*)contour1_nativeObj); local
    [all...]
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 788 int iBuff[] = new int[ (int) (hierarchy.total() * hierarchy.channels()) ]; // [ Contour0 (next sibling num, previous sibling num, 1st child num, parent num), Contour1(...), ...
1324 MatOfPoint contour1 = new MatOfPoint(new Point(0, 0), new Point(10, 0), new Point(10, 10), new Point(5, 4)); local
1363 Mat contour1 = new Mat(1, 4, CvType.CV_32FC2); local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1829 milliseconds