HomeSort by relevance Sort by last modified time
    Searched full:lnbd (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvcontours.cpp 161 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.x <= 0
    [all...]

Completed in 616 milliseconds