Click or drag to resize
Accord.NET (logo)

IMoments Interface

Common interface for image moments.

Namespace:  Accord.Imaging.Moments
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public interface IMoments
Request Example View Source
Methods
  NameDescription
Public methodCompute(Bitmap, Rectangle)
Computes the center moments for the specified image.
Public methodCompute(UnmanagedImage, Rectangle)
Computes the center moments for the specified image.
Top
See Also