OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CvContourInfo
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvcontours.cpp
128
typedef struct
_CvContourInfo
131
struct
_CvContourInfo
*next; /* next contour with the same mark value */
132
struct
_CvContourInfo
*parent; /* information about parent contour */
138
_CvContourInfo
;
150
CvMemStorage *cinfo_storage; /* contains
_CvContourInfo
nodes */
151
CvSet *cinfo_set; /* set of
_CvContourInfo
nodes */
163
_CvContourInfo
*l_cinfo; /* information about latest approx. contour */
164
_CvContourInfo
cinfo_temp; /* temporary var which is used in simple modes */
165
_CvContourInfo
frame_info; /* information about frame */
181
_CvContourInfo
*cinfo_table[126]
[
all
...]
/external/opencv3/modules/imgproc/src/
contours.cpp
114
typedef struct
_CvContourInfo
117
struct
_CvContourInfo
*next; /* next contour with the same mark value */
118
struct
_CvContourInfo
*parent; /* information about parent contour */
124
_CvContourInfo
;
136
CvMemStorage *cinfo_storage; /* contains
_CvContourInfo
nodes */
137
CvSet *cinfo_set; /* set of
_CvContourInfo
nodes */
149
_CvContourInfo
*l_cinfo; /* information about latest approx. contour */
150
_CvContourInfo
cinfo_temp; /* temporary var which is used in simple modes */
151
_CvContourInfo
frame_info; /* information about frame */
170
_CvContourInfo
*cinfo_table[128]
[
all
...]
Completed in 345 milliseconds