eFourier: Calculates elliptical Fourier analysis on Coo
objects.
Description
eFourier
performs an elliptical Fourier analysis on a Coo
-class object, with the specified parameters (number of harmonics and number of smoothing iterations) and returns a Coe
-class object containing harmonic coefficients (usually normalized). It accepts the same arguments as the function efourier.Usage
eFourier(Coo, nb.h = 32, smooth.it = 0, norm = TRUE, start = FALSE)
Arguments
nb.h
integer
. The number of harmonics to use
smooth.it
integer
. The number of smoothing iterations to perform.
norm
logical
. Whether to print or not diagnosis messages.
start
logical
. Whether to define the first point of the outlines as an homologous point, and thus preserve this information. See Details and References in efourier.