ImageMoments Methods

CVB.Net Documentation

The ImageMoments type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCalculate(ImagePlane)
Calculate the moments on the input imgPlane favoring neither speed nor accuracy.
Public methodStatic memberCalculate(ImagePlane, MomentsCalculation)
Calculate the moments on the input imgPlane.
Public methodStatic memberCalculate(ImagePlane, Rect)
Calculate the moments on the input imgPlane and aoi favoring neither speed nor accuracy.
Public methodStatic memberCalculate(ImagePlane, Rect, MomentsCalculation)
Calculate the moments on the input imgPlane and aoi (area of interest).
Public methodCalculateCentralMoment
Get one of the central image moments.
Public methodCalculateGetSpatialMoment
Get one of the spatial image moments.
Public methodCalculateSpatialMoment
Get one of the spatial image moments.
Public methodCaltulateHuMoments
Get the seven Hu moments of the image.
Public methodDispose
Dispose method that releases the classifier
Protected methodDispose(Boolean)
IDispose helper function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference