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