Uses of Class
adams.data.image.moments.AbstractBufferedImageMoment
-
Packages that use AbstractBufferedImageMoment Package Description adams.data.image.features adams.data.image.moments -
-
Uses of AbstractBufferedImageMoment in adams.data.image.features
Fields in adams.data.image.features declared as AbstractBufferedImageMoment Modifier and Type Field Description protected AbstractBufferedImageMomentMoment. m_Momentthe moment to compute.Methods in adams.data.image.features that return AbstractBufferedImageMoment Modifier and Type Method Description AbstractBufferedImageMomentMoment. getMoment()Returns the moment algorithm to use.Methods in adams.data.image.features with parameters of type AbstractBufferedImageMoment Modifier and Type Method Description voidMoment. setMoment(AbstractBufferedImageMoment value)Sets the moment algorithm to use. -
Uses of AbstractBufferedImageMoment in adams.data.image.moments
Subclasses of AbstractBufferedImageMoment in adams.data.image.moments Modifier and Type Class Description classCentralMomentThe central moment.classMomentThe moment.classNormalizedMomentThe normalized moment.
-