|
HuMoments Constructor (Int32)
|
Initializes a new instance of the
HuMoments class.
Namespace:
Accord.Imaging.Moments
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public HuMoments(
int order = 3
)
Public Sub New (
Optional order As Integer = 3
)
Request Example
View SourceParameters
- order (Optional)
- Type: SystemInt32
The maximum moment order to be computed.
See Also