OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seq_type2
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvcontours.cpp
178
int
seq_type2
; /* */
member in struct:_CvContourScanner
279
scanner->
seq_type2
= scanner->seq_type1;
284
scanner->
seq_type2
= CV_SEQ_POLYGON;
291
scanner->
seq_type2
= scanner->approx_method2 == CV_CHAIN_CODE ?
[
all
...]
/external/opencv3/modules/imgproc/src/
contours.cpp
167
int
seq_type2
; /* */
member in struct:_CvContourScanner
260
scanner->
seq_type2
= scanner->seq_type1;
265
scanner->
seq_type2
= CV_SEQ_POLYGON;
272
scanner->
seq_type2
= scanner->approx_method2 == CV_CHAIN_CODE ?
[
all
...]
Completed in 42 milliseconds