Generates a raster image of a figure with the detected objects painted on a background/reference figure.
figure_displayDetections(
aDetectedPlot,
background = NULL,
color = "red",
ignore = FALSE
)
A binary figure image with detected objects
(an EBImage
object).
An EBImage
figure of same size to be used as
background (e.g., the original [RGB/color] figure image).
The color to paint the detected objects.
When TRUE
does not display painted image, only
returns painted image EBImage object.
A RGB EBImage
painted with detected figure objects.