HomeSort by relevance Sort by last modified time
    Searched refs:CV_CHAIN_CODE (Results 1 - 3 of 3) 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...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 42 milliseconds