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 doublePrincipalAxisLength.calculateFromSpecificMoment(EigenvalueAndVector moment) protected doublePrincipalAxisOrientation.calculateFromSpecificMoment(EigenvalueAndVector moment) protected abstract doubleSpecificAxisBase.calculateFromSpecificMoment(EigenvalueAndVector moment) Calculates the result for the specific moment identified by index.