Home | History | Annotate | Download | only in src

Lines Matching full:seedpoint

4216 //  int floodFill(Mat& image, Mat& mask, Point seedPoint, Scalar newVal, Rect* rect = 0, Scalar loDiff = Scalar(), Scalar upDiff = Scalar(), int flags = 4)
4229 Point seedPoint((int)seedPoint_x, (int)seedPoint_y);
4234 int _retval_ = cv::floodFill( image, mask, seedPoint, newVal, &rect, loDiff, upDiff, (int)flags );
4257 Point seedPoint((int)seedPoint_x, (int)seedPoint_y);
4259 int _retval_ = cv::floodFill( image, mask, seedPoint, newVal );