View source: R/Reconstruction.R
MorphRecons | R Documentation |
Image reconstruction after geomorphometric operation
MorphRecons(f, reference, element, marker = NULL, oc = NULL)
f |
the function to be applied |
reference |
An image matrix reference |
element |
Structural element |
marker |
An image matrix marker |
oc |
Can be NULL, 'open' or 'close'; default is NULL |
if oc is set to open
, then geodilate
shall be used as the working function;
if oc is set to close
, then geoerode
shall be used as the working function;
if oc is set to NULL, a marker image shall be indicated in the option 'marker'
The geodesic erosion of the image
Marion Leduc, marion.leduc@gustaveroussy.fr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.