Description Usage Arguments Value See Also
Generates a raster image of a figure with the detected points painted on a background/reference figure.
1 2 3 4 5 6 7 | figure_displayDetectedPoints(
aDetectedPlot,
background = NULL,
color = "red",
size = 2,
ignore = FALSE
)
|
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 |
A RGB EBImage
painted with detected points.
figure_displayDetections
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.