OpenCV
How to fill color correctly in closed curve using floodfill
Python
imgproc
crackwitz
December 12, 2021, 12:38pm
2
use
fillPoly
or
fillConvexPoly
instead
related:
show post in topic
Related topics
Topic
Replies
Views
Activity
Filling blobs or key points in opencv
Python
1
310
November 17, 2021
The FloodFill's loDiff and upDiff
imgproc
4
379
January 27, 2024
fillPolygon API usage
C++
imgproc
3
1413
June 18, 2021
Iterative Island Labeling Using Flood Fill Gets Stuck After 2 Iterations
Python
1
473
October 25, 2022
Draw and fill a polygon from 2 lines using openCV
Python
2
4648
January 26, 2021