HomeSort by relevance Sort by last modified time
    Searched defs:floodFill (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/imgproc/src/
floodfill.cpp 126 // Simple Floodfill (repainting single-color connected component)
221 * Gradient Floodfill *
458 int cv::floodFill( InputOutputArray _image, InputOutputArray _mask,
628 int cv::floodFill( InputOutputArray _image, Point seedPoint,
632 return floodFill(_image, Mat(), seedPoint, newVal, rect, loDiff, upDiff, flags);
645 int area = cv::floodFill(img, mask, seed_point, newVal,
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 121 milliseconds