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

  /external/opencv/cv/include/
cvtypes.h 125 typedef struct CvConvexityDefect
132 CvConvexityDefect;
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 518 typedef struct CvConvexityDefect
524 } CvConvexityDefect;
  /external/opencv/cv/src/
cvconvhull.cpp 598 sizeof(CvConvexityDefect), storage ));
656 CvConvexityDefect defect;
  /external/opencv3/modules/imgproc/src/
convhull.cpp 587 defects = cvCreateSeq( CV_SEQ_KIND_GENERIC, sizeof(CvSeq), sizeof(CvConvexityDefect), storage );
645 CvConvexityDefect defect;

Completed in 584 milliseconds