Generates a raster image of a figure with the detected points painted on a background/reference figure.
figure_displayDetectedPoints(
aDetectedPlot,
background = NULL,
color = "red",
size = 2,
ignore = FALSE
)
A binary figure image with detected points
(an EBImage
object). See: figure_detectAllPoints
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 points.
The radius of the painted points.
When TRUE
does not display painted image, only
returns painted image EBImage object.
A RGB EBImage
painted with detected points.