Displaying 1 result from an estimated 1 matches for "boundaryfil".
Did you mean:
boundaryfill
2003 Aug 25
1
floodfill with matrix data
Dear R users,
I'm trying to do some sort of "floodfill" or "seedfill" with data stored
within a matrix in R (usually floating numbers), where a marker value is
given to specify the limits of an area to be filled. A reduced example
may demonstrate this below. Although I wrote a simple C function for
this, it would be very helpful to find a more professional solution.