MorphRecons: Geomorphometric operations : reconstruction

View source: R/Reconstruction.R

MorphReconsR Documentation

Geomorphometric operations : reconstruction

Description

Image reconstruction after geomorphometric operation

Usage

MorphRecons(f, reference, element, marker = NULL, oc = NULL)

Arguments

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

Details

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'

Value

The geodesic erosion of the image

Author(s)

Marion Leduc, marion.leduc@gustaveroussy.fr


kroemerlab/MorphR documentation built on Oct. 9, 2022, 3:19 a.m.