|   | CentralMomentsCompute Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | Compute(Bitmap) | 
              Computes the moments for the specified image.
            (Inherited from MomentsBase.) | 
|  | Compute(BitmapData) | 
              Computes the moments for the specified image.
            (Inherited from MomentsBase.) | 
|  | Compute(RawMoments) | 
              Computes the center moments from the specified raw moments.
             | 
|  | Compute(UnmanagedImage) | 
              Computes the moments for the specified image.
            (Inherited from MomentsBase.) | 
|  | Compute(Single, Rectangle) | 
              Computes the center moments for the specified image.
            (Overrides MomentsBaseCompute(Single, Rectangle).) | 
|  | Compute(Bitmap, Rectangle) | 
              Computes the moments for the specified image.
            (Inherited from MomentsBase.) | 
|  | Compute(BitmapData, Rectangle) | 
              Computes the moments for the specified image.
            (Inherited from MomentsBase.) | 
|  | Compute(UnmanagedImage, Rectangle) | 
              Computes the center moments for the specified image.
            (Overrides MomentsBaseCompute(UnmanagedImage, Rectangle).) | 
 See Also
See Also