/external/opencv/cv/src/ |
cvcontours.cpp | 136 int is_hole; /* hole flag */ member in struct:_CvContourInfo 246 scanner->frame_info.is_hole = 1; 649 icvTraceContour( schar *ptr, int step, schar *stop_ptr, int is_hole ) 661 s_end = s = is_hole ? 0 : 4; 882 int is_hole = 0; local 895 is_hole = 1; 898 if( mode == 0 && (is_hole || img0[lnbd.y * step + lnbd.x] > 0) ) 902 origin.x = x - is_hole; 905 if( mode <= 1 || (!is_hole && mode == 2) || lnbd.x <= 0 ) 927 par_info->is_hole ) > 0 [all...] |
/external/opencv3/modules/imgproc/src/ |
contours.cpp | 122 int is_hole; /* hole flag */ member in struct:_CvContourInfo 227 scanner->frame_info.is_hole = 1; 617 icvTraceContour( schar *ptr, int step, schar *stop_ptr, int is_hole ) 629 s_end = s = is_hole ? 0 : 4; 801 icvTraceContour_32s( int *ptr, int step, int *stop_ptr, int is_hole ) 815 s_end = s = is_hole ? 0 : 4; 1049 int is_hole = 0; local 1065 is_hole = 1; 1068 if( mode == 0 && (is_hole || img0[lnbd.y * step + lnbd.x] > 0) ) 1072 origin.x = x - is_hole; [all...] |
/external/opencv/cvaux/src/ |
cvsegment.cpp | 365 int is_hole = 0; local 380 is_hole = 1; 388 cvStartWriteSeq( CV_SEQ_CONTOUR | (is_hole ? CV_SEQ_FLAG_HOLE : 0), 390 s_end = s = is_hole ? 0 : 4; 391 i0 = ptr + x - is_hole; 455 if( !is_hole )
|