|
MomentsBase Constructor (Int32)
|
Namespace:
Accord.Imaging.Moments
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax protected MomentsBase(
int order
)
Protected Sub New (
order As Integer
)
Request Example
View SourceParameters
- order
- Type: SystemInt32
The maximum order for the moments.
See Also