Uses of Class
org.anchoranalysis.math.statistics.moment.ImageMoments
Packages that use ImageMoments
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 ImageMoments in org.anchoranalysis.math.statistics.moment
Methods in org.anchoranalysis.math.statistics.moment that return ImageMomentsModifier and TypeMethodDescriptionImageMoments.duplicate()
Creates a deep-copy of the current object. -
Uses of ImageMoments 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 ImageMomentsModifier and TypeMethodDescriptionprotected abstract double
ImageMomentsBase.calculateFromAllMoments
(ImageMoments moments) Calculates the feature value from theImageMoments
.protected double
PrincipalAxisEccentricity.calculateFromAllMoments
(ImageMoments moments) protected double
RatioPrincipalAxisLength.calculateFromAllMoments
(ImageMoments moments) protected double
SpecificAxisBase.calculateFromAllMoments
(ImageMoments moments)