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

/external/opencv/cv/src/
H A Dcvcontours.cpp161 CvPoint lnbd; /* position of the last met contour */ member in struct:_CvContourScanner
241 scanner->lnbd.x = 0;
242 scanner->lnbd.y = 1;
843 CvPoint lnbd; local
866 lnbd = scanner->lnbd;
893 lnbd.x = x - 1;
898 if( mode == 0 && (is_hole || img0[lnbd.y * step + lnbd.x] > 0) )
905 if( mode <= 1 || (!is_hole && mode == 2) || lnbd
[all...]

Completed in 35 milliseconds