OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depth_point
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/include/
cvtypes.h
129
CvPoint*
depth_point
; /* the farthest from the convex hull point within the defect */
member in struct:CvConvexityDefect
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h
522
CvPoint*
depth_point
; /**< the farthest from the convex hull point within the defect */
member in struct:CvConvexityDefect
/external/opencv/cv/src/
cvconvhull.cpp
699
defect.
depth_point
= cur;
/external/opencv3/modules/imgproc/src/
convhull.cpp
688
defect.
depth_point
= cur;
Completed in 254 milliseconds