CvHuMoments 373 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(void) cvGetHuMoments( CvMoments* moments, CvHuMoments* hu_moments ); CvHuMoments 820 modules/imgproc/src/moments.cpp CV_IMPL void cvGetHuMoments( CvMoments * mState, CvHuMoments * HuState ) CvHuMoments 396 modules/imgproc/test/test_moments.cpp test_mat[OUTPUT][0].ptr<CvHuMoments>() ); CvHuMoments 403 modules/imgproc/test/test_moments.cpp CvHuMoments* hu = test_mat[REF_OUTPUT][0].ptr<CvHuMoments>();