MCvMomentsGetHuMoment Method |
http://www.emgu.com
Get the HuMoments
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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