OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_CHAIN_CODE
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/include/
cvtypes.h
91
#define
CV_CHAIN_CODE
0
/external/opencv/cv/src/
cvcontours.cpp
223
if( header_size < (int) (method ==
CV_CHAIN_CODE
? sizeof( CvChain ) : sizeof( CvContour )))
258
scanner->approx_method1 =
CV_CHAIN_CODE
;
260
if( scanner->approx_method1 ==
CV_CHAIN_CODE
)
277
if( scanner->approx_method2 ==
CV_CHAIN_CODE
)
288
scanner->seq_type1 = scanner->approx_method1 ==
CV_CHAIN_CODE
?
291
scanner->seq_type2 = scanner->approx_method2 ==
CV_CHAIN_CODE
?
631
if( _method !=
CV_CHAIN_CODE
)
820
if( _method !=
CV_CHAIN_CODE
)
[
all
...]
Completed in 155 milliseconds