| 
            
              MomentsBaseCompute Method (Bitmap, Rectangle)
             | 
          
        
         
              Computes the moments for the specified image.
            
 
    Namespace: 
   Accord.Imaging.Moments
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic void Compute(
	Bitmap image,
	Rectangle area
)
Public Sub Compute ( 
	image As Bitmap,
	area As Rectangle
)
 Request Example
		View SourceParameters
- image
 - Type: System.DrawingBitmap
The image whose moments should be computed. - area
 - Type: System.DrawingRectangle
The region of interest in the image to compute moments for. 
See Also