HomeSort by relevance Sort by last modified time
    Searched refs:approx_method1 (Results 1 - 2 of 2) 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...]
  /external/opencv3/modules/imgproc/src/
contours.cpp 135 (!=storage1 if approx_method2 != approx_method1) */
153 int approx_method1; /* approx method when tracing */ member in struct:_CvContourScanner
236 scanner->approx_method2 = scanner->approx_method1 = method;
239 scanner->approx_method1 = CV_CHAIN_CODE;
241 if( scanner->approx_method1 == CV_CHAIN_CODE )
244 scanner->header_size1 = scanner->approx_method1 == scanner->approx_method2 ?
251 scanner->header_size1 = scanner->approx_method1 == scanner->approx_method2 ?
269 scanner->seq_type1 = scanner->approx_method1 == CV_CHAIN_CODE ?
    [all...]

Completed in 73 milliseconds