|
MomentsBaseCompute Method (Bitmap)
|
Computes the moments for the specified image.
Namespace:
Accord.Imaging.Moments
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public void Compute(
Bitmap image
)
Public Sub Compute (
image As Bitmap
)
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
The image whose moments should be computed.
See Also