figure_displayDetections {metagear} | R Documentation |
Displays the detected figure objects.
Description
Generates a raster image of a figure with the detected objects painted on a background/reference figure.
Usage
figure_displayDetections(
aDetectedPlot,
background = NULL,
color = "red",
ignore = FALSE
)
Arguments
aDetectedPlot |
A binary figure image with detected objects
(an |
background |
An |
color |
The color to paint the detected objects. |
ignore |
When |
Value
A RGB EBImage
painted with detected figure objects.
[Package metagear version 0.7 Index]