Click or drag to resize
Accord.NET (logo)

HuMomentsCompute Method

Overload List
  NameDescription
Public methodCompute(Bitmap)
Computes the moments for the specified image.
(Inherited from MomentsBase.)
Public methodCompute(BitmapData)
Computes the moments for the specified image.
(Inherited from MomentsBase.)
Public methodCompute(CentralMoments)
Computes the Hu moments from the specified central moments.
Public methodCompute(UnmanagedImage)
Computes the moments for the specified image.
(Inherited from MomentsBase.)
Public methodCompute(Single, Rectangle)
Computes the center moments for the specified image.
(Overrides MomentsBaseCompute(Single, Rectangle).)
Public methodCompute(Bitmap, Rectangle)
Computes the moments for the specified image.
(Inherited from MomentsBase.)
Public methodCompute(BitmapData, Rectangle)
Computes the moments for the specified image.
(Inherited from MomentsBase.)
Public methodCompute(UnmanagedImage, Rectangle)
Computes the center moments for the specified image.
(Overrides MomentsBaseCompute(UnmanagedImage, Rectangle).)
Top
See Also