flood-fill
Fill 2D shape with rectangles
I am looking to fill an arbitrary 2D shape with rectangles, such as that the 2d shape becomes visible by looking at the composite image of the rectangles. The final result should look similar to image[详细]
2023-04-12 17:30 分类:问答filling shapes with patterns in CImg
I want to be able to draw shapes and flood-fill them with various fill patterns (diagonal lines, stipple dots, etc).[详细]
2023-04-12 02:41 分类:问答Find out how to flood fill a polygon with the smallest number of vector lines
Say I have a vector polygon with holes. I need to flood fill it by drawing connected segments. Of course, since there are holes, I can\'t fill it using a single continous polyline: I\'ll need to inter[详细]
2023-04-02 02:11 分类:问答Matlab function equivalent for Python (Flood Fill)
Quick question, I\'m looking for a python function that performs the equivalent job that matlab\'s imfill.m does. I realize that python has openCV but I have been unable to get that to work properly a[详细]
2023-03-25 18:36 分类:问答Different Methods of Performing FloodFill
OK everyone I have several different methods of performing a FloodFill.All of them cause problems.I will list the 3 methods and explain what happens with each one.If anyone could give me some pointers[详细]
2023-03-25 06:02 分类:问答Flood filling of 3-dimensional polygon
here is a problem for you ;) I have a 3-dimensional array filled with 1s and 0s. The 1s represent 3 dimensional complex polygons ( not simple polygons ). Only the boundaries of the polygons have the[详细]
2023-03-18 15:20 分类:问答Delphi - floodfill with gradient?
Is there a way to use Canvas.FloodFill in D2007 to fill a custom shaped object with gradient colors. Going from white to a border color.[详细]
2023-03-04 15:34 分类:问答Flood filling in iPad too slow
I am using flood Filling for one of my coloring apps on iPad. The app basically fills color within the black line of the image and I am able to do this with no problem, but it\'s too slow.[详细]
2023-03-04 00:28 分类:问答C++ algorithm for flood filling a binary image
I am trying to simulate a matlab function \"imfill\" for flood filling a binary image (2D matrix of 1\'s and zeros).[详细]
2023-03-03 20:14 分类:问答Region Growing Algorithm
Hey everyone. I\'m really struggling to figure out the logic with this one and was hoping you could help me out. Before I continue I just want to let you know that I am amateur programmer and a beginn[详细]
2023-03-02 04:27 分类:问答