Home
last modified time | relevance | path

Searched refs:lnbd (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvcontours.cpp161 CvPoint lnbd; /* position of the last met contour */ member
241 scanner->lnbd.x = 0; in cvStartFindContours()
242 scanner->lnbd.y = 1; in cvStartFindContours()
843 CvPoint lnbd; in cvFindNextContour() local
866 lnbd = scanner->lnbd; in cvFindNextContour()
893 lnbd.x = x - 1; in cvFindNextContour()
898 if( mode == 0 && (is_hole || img0[lnbd.y * step + lnbd.x] > 0) ) in cvFindNextContour()
905 if( mode <= 1 || (!is_hole && mode == 2) || lnbd.x <= 0 ) in cvFindNextContour()
911 int lval = img0[lnbd.y * step + lnbd.x] & 0x7f; in cvFindNextContour()
919 if( (unsigned) (lnbd.x - cur->rect.x) < (unsigned) cur->rect.width && in cvFindNextContour()
[all …]