| MCvMomentsGetHuMoment Method |
http://www.emgu.com
Get the HuMoments
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic double[] GetHuMoment()
Public Function GetHuMoment As Double()
public:
array<double>^ GetHuMoment()
member GetHuMoment : unit -> float[]
Return Value
Type:
DoubleThe Hu moment computed from this moment
See Also