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 AbstractBufferedImageMoment
Moment. m_Moment
the moment to compute.Methods in adams.data.image.features that return AbstractBufferedImageMoment Modifier and Type Method Description AbstractBufferedImageMoment
Moment. getMoment()
Returns the moment algorithm to use.Methods in adams.data.image.features with parameters of type AbstractBufferedImageMoment Modifier and Type Method Description void
Moment. 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 class
CentralMoment
The central moment.class
Moment
The moment.class
NormalizedMoment
The normalized moment.
-