Home
last modified time | relevance | path

Searched refs:depth_point (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/include/
Dcvtypes.h129 CvPoint* depth_point; /* the farthest from the convex hull point within the defect */ member
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h522 CvPoint* depth_point; /**< the farthest from the convex hull point within the defect */ member
/external/opencv3/modules/imgproc/src/
Dconvhull.cpp688 defect.depth_point = cur; in cvConvexityDefects()
/external/opencv/cv/src/
Dcvconvhull.cpp699 defect.depth_point = cur; in cvConvexityDefects()