CvInvokeHuMoments Method (Moments, IOutputArray) |
http://www.emgu.com
Calculates seven Hu invariants
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static void HuMoments(
Moments m,
IOutputArray hu
)
Public Shared Sub HuMoments (
m As Moments,
hu As IOutputArray
)
public:
static void HuMoments(
Moments^ m,
IOutputArray^ hu
)
static member HuMoments :
m : Moments *
hu : IOutputArray -> unit
Parameters
- m
- Type: Emgu.CVMoments
The image moment - hu
- Type: Emgu.CVIOutputArray
The output Hu moments. e.g. a Mat can be passed here.
See Also