Home | History | Annotate | Download | only in src

Lines Matching refs:CV_CHAIN_CODE

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 )