Function efd::calculate_efd[][src]

pub fn calculate_efd<'a, A>(contour: A, harmonic: usize) -> Array2<f64> where
    A: AsArray<'a, f64, Ix2>, 
Expand description

Compute the Elliptical Fourier Descriptors for a polygon.

Returns the coefficients.