figure_displayDetectedPoints {metagear} | R Documentation |
Displays detected points on figure.
Description
Generates a raster image of a figure with the detected points painted on a background/reference figure.
Usage
figure_displayDetectedPoints(
aDetectedPlot,
background = NULL,
color = "red",
size = 2,
ignore = FALSE
)
Arguments
aDetectedPlot |
A binary figure image with detected points
(an |
background |
An EBImage figure of same size to be used as background (e.g., the original (RGB/color) figure image). |
color |
The color to paint the detected points. |
size |
The radius of the painted points. |
ignore |
When |
Value
A RGB EBImage
painted with detected points.
See Also
[Package metagear version 0.7 Index]