OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_CHAIN_APPROX_TC89_KCOS
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/include/
cvtypes.h
95
#define
CV_CHAIN_APPROX_TC89_KCOS
4
/external/opencv/cv/src/
cvapprox.cpp
203
if( method ==
CV_CHAIN_APPROX_TC89_KCOS
)
315
if( method ==
CV_CHAIN_APPROX_TC89_KCOS
)
429
if( method >
CV_CHAIN_APPROX_TC89_KCOS
|| method <= 0 || minimal_perimeter < 0 )
445
case
CV_CHAIN_APPROX_TC89_KCOS
:
cvcontours.cpp
220
if( method < 0 || method >
CV_CHAIN_APPROX_TC89_KCOS
)
257
if( method == CV_CHAIN_APPROX_TC89_L1 || method ==
CV_CHAIN_APPROX_TC89_KCOS
)
[
all
...]
Completed in 33 milliseconds