Description Usage Arguments Details Value See Also
Draw a region of interest.
1 | ROI_draw(img)
|
img |
A raster object. |
Insepct a region of interest by drawing a polygone. See OS-specific ?locator() for how to finish drawing. Minimum three vertex points are required.
roi <- InspectROI(jpeg::readJPEG("../Testbild.jpg"))
To visualize roi use histROI() or get it's stats with summary().
histROI(roi)
numeric dataframe with digital numbers of selected pixels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.