Uses of Class
org.anchoranalysis.math.statistics.moment.EigenvalueAndVector
Packages that use EigenvalueAndVector
Package
Description
Calculates first and second image
moments from a covariance matrix of points.
Implementations of
FeatureSingleObject
based on calculating image moments, with or without image
intensity.-
Uses of EigenvalueAndVector in org.anchoranalysis.math.statistics.moment
Methods in org.anchoranalysis.math.statistics.moment that return EigenvalueAndVectorModifier and TypeMethodDescriptionEigenvalueAndVector.duplicate()
Creates a deep-copy of the current object.ImageMoments.get
(int axis) Get an eigenvalue and corresponding eigenvector for a particular axis.Methods in org.anchoranalysis.math.statistics.moment with parameters of type EigenvalueAndVector -
Uses of EigenvalueAndVector in org.anchoranalysis.plugin.image.feature.bean.object.single.moments
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.moments with parameters of type EigenvalueAndVectorModifier and TypeMethodDescriptionprotected double
PrincipalAxisLength.calculateFromSpecificMoment
(EigenvalueAndVector moment) protected double
PrincipalAxisOrientation.calculateFromSpecificMoment
(EigenvalueAndVector moment) protected abstract double
SpecificAxisBase.calculateFromSpecificMoment
(EigenvalueAndVector moment) Calculates the result for the specific moment identified by index.