Searched refs:CV_RETR_FLOODFILL (Results 1 – 3 of 3) sorted by relevance
192 mode = CV_RETR_FLOODFILL; in cvStartFindContours()194 if( !((CV_IS_MASK_ARR( mat ) && mode < CV_RETR_FLOODFILL) || in cvStartFindContours()195 (CV_MAT_TYPE(mat->type) == CV_32SC1 && mode == CV_RETR_FLOODFILL)) ) in cvStartFindContours()1011 if( mode == CV_RETR_FLOODFILL ) in cvFindNextContour()1023 if( mode == CV_RETR_FLOODFILL ) in cvFindNextContour()1075 …if( mode <= 1 || (!is_hole && (mode == CV_RETR_CCOMP || mode == CV_RETR_FLOODFILL)) || lnbd.x <= 0… in cvFindNextContour()
450 CV_RETR_FLOODFILL=4 enumerator
49 CV_RETR_FLOODFILL = 4, field in Imgproc