CvInvokeHuMoments Method (Moments, IOutputArray) |
http://www.emgu.com
Calculates seven Hu invariants
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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