Emgu.CV.CvInvoke.cvGetHuMoments C# (CSharp) Метод

cvGetHuMoments() приватный Метод

private cvGetHuMoments ( MCvMoments &moments, MCvHuMoments &huMoments ) : void
moments MCvMoments
huMoments MCvHuMoments
Результат void
        public static extern void cvGetHuMoments(ref MCvMoments moments, ref MCvHuMoments huMoments);
CvInvoke