Searched defs:is_hole (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvsegment.cpp365 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 )
/external/opencv/cv/src/
H A Dcvcontours.cpp136 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 ) >
[all...]

Completed in 80 milliseconds