Home
last modified time | relevance | path

Searched defs:_CvContourInfo (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvcontours.cpp128 typedef struct _CvContourInfo struct
131 struct _CvContourInfo *next; /* next contour with the same mark value */ argument
132 struct _CvContourInfo *parent; /* information about parent contour */ argument
138 _CvContourInfo; typedef