|
CentralMoments Constructor (Bitmap, Int32)
|
Namespace:
Accord.Imaging.Moments
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public CentralMoments(
Bitmap image,
int order = 2
)
Public Sub New (
image As Bitmap,
Optional order As Integer = 2
)
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
The image whose moments should be computed. - order (Optional)
- Type: SystemInt32
The maximum order for the moments.
See Also