Description Usage Arguments Details Examples
Show/highlight the selected regions of interest on different image channels
1 |
img |
A |
ind |
A |
calling this function with img
object which is returned from
roi_select
returns four different plots. The original image, a
low resolution representation of the selected regions of interest and the
two channels indicated through ind
highlighted.
1 2 3 4 5 6 7 8 9 10 11 12 | # load images
fl <- system.file('extdata', 'Image0001_.jpg', package = 'colocr')
img <- image_load(fl)
# choose and show ROI
oldpar <- par()
par(mfrow=c(2,2))
roi_select(img, threshold = 90) %>%
roi_show()
par(oldpar)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.