public class PrincipalAxisEccentricity extends ImageMomentsBase
Calculates the eccentricity of the Principal Axes (as defined by Image Moments).

Specifically, this is:

sqrt( 1 - eigenvalue2/eigenvalue1)
where eigenvalue1 is the eigen-value with first highest-magnitude, and eigenvalue2 is second-highest etc.

See Image moment on Wikipedia for the precise calculation.

Author:
Owen Feehan
  • Constructor Details

    • PrincipalAxisEccentricity

      public PrincipalAxisEccentricity()
  • Method Details