flood_fill: This function flood fills a binary image with TRUE for any...

View source: R/RcppExports.R

flood_fillR Documentation

This function flood fills a binary image with TRUE for any value of FALSE

Description

This function flood fills a binary image with TRUE for any value of FALSE

Arguments

im

A boolean matrix reference representing a binary image

x

the starting x position for fill

y

the starting y position for fill

r

the number of rows in im

c

the number of columns in im

Details

This is an internal function used by geom_outline to clean up outlines

Value

Nothing. The matrix im is modified in place (by reference)

Author(s)

Michael Hallquist


ggbrain documentation built on April 4, 2025, 5:03 a.m.