OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seq_type1
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvcontours.cpp
175
int
seq_type1
; /* type of fetched contours */
member in struct:_CvContourScanner
262
scanner->
seq_type1
= CV_SEQ_CHAIN_CONTOUR;
269
scanner->
seq_type1
= CV_SEQ_POLYGON;
279
scanner->seq_type2 = scanner->
seq_type1
;
288
scanner->
seq_type1
= scanner->approx_method1 == CV_CHAIN_CODE ?
960
seq = cvCreateSeq( scanner->
seq_type1
, scanner->header_size1,
[
all
...]
/external/opencv3/modules/imgproc/src/
contours.cpp
164
int
seq_type1
; /* type of fetched contours */
member in struct:_CvContourScanner
243
scanner->
seq_type1
= CV_SEQ_CHAIN_CONTOUR;
250
scanner->
seq_type1
= CV_SEQ_POLYGON;
260
scanner->seq_type2 = scanner->
seq_type1
;
269
scanner->
seq_type1
= scanner->approx_method1 == CV_CHAIN_CODE ?
[
all
...]
Completed in 98 milliseconds