Lines Matching defs:method
167 int approx_method1; /* approx method when tracing */
168 int approx_method2; /* final approx method */
195 int method, CvPoint offset )
220 if( method < 0 || method > CV_CHAIN_APPROX_TC89_KCOS )
223 if( header_size < (int) (method == CV_CHAIN_CODE ? sizeof( CvChain ) : sizeof( CvContour )))
255 scanner->approx_method2 = scanner->approx_method1 = method;
257 if( method == CV_CHAIN_APPROX_TC89_L1 || method == CV_CHAIN_APPROX_TC89_KCOS )
296 if( method > CV_CHAIN_APPROX_SIMPLE )
441 Third method to retrieve contours may be applied if contours are irrelevant
461 1. Second and third method can interleave. I.e. it is possible to
524 method:
541 int method = _method - 1;
552 if( method < 0 )
569 if( method >= 0 )
602 if( method < 0 )
610 if( s != prev_s || method == 0 )
714 int method = _method - 1;
726 if( method < 0 )
746 if( method >= 0 )
780 if( method < 0 )
785 else if( s != prev_s || method == 0 )
1503 // method - method of approximation that is applied to contours
1513 int method, CvPoint offset )
1526 if( method == CV_LINK_RUNS )
1538 cntHeaderSize, mode, method, offset ));