HomeSort by relevance Sort by last modified time
    Searched full:approx_method1 (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvcontours.cpp 149 (!=storage1 if approx_method2 != approx_method1) */
167 int approx_method1; /* approx method when tracing */ member in struct:_CvContourScanner
255 scanner->approx_method2 = scanner->approx_method1 = method;
258 scanner->approx_method1 = CV_CHAIN_CODE;
260 if( scanner->approx_method1 == CV_CHAIN_CODE )
263 scanner->header_size1 = scanner->approx_method1 == scanner->approx_method2 ?
270 scanner->header_size1 = scanner->approx_method1 == scanner->approx_method2 ?
288 scanner->seq_type1 = scanner->approx_method1 == CV_CHAIN_CODE ?
976 seq, scanner->approx_method1 );
990 seq, scanner->approx_method1,
    [all...]

Completed in 139 milliseconds