This function flood fills a binary image with TRUE for any value of FALSE
Nothing. The matrix im
is modified in place (by reference)
A boolean matrix reference representing a binary image
the starting x position for fill
the starting y position for fill
the number of rows in im
the number of columns in im
Michael Hallquist
This is an internal function used by geom_outline to clean up outlines