|
RawMoments Constructor (Single, Int32)
|
Namespace:
Accord.Imaging.Moments
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public RawMoments(
float[,] image,
int order = 3
)
Public Sub New (
image As Single(,),
Optional order As Integer = 3
)
Request Example
View SourceParameters
- image
- Type: SystemSingle
- order (Optional)
- Type: SystemInt32
See Also