CvMoments         360 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(void) cvMoments( const CvArr* arr, CvMoments* moments, int binary CV_DEFAULT(0));
CvMoments         363 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(double)  cvGetSpatialMoment( CvMoments* moments, int x_order, int y_order );
CvMoments         365 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(double)  cvGetCentralMoment( CvMoments* moments, int x_order, int y_order );
CvMoments         367 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(double)  cvGetNormalizedCentralMoment( CvMoments* moments,
CvMoments         373 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(void) cvGetHuMoments( CvMoments*  moments, CvHuMoments*  hu_moments );
CvMoments         404 modules/imgproc/include/opencv2/imgproc/types_c.h     CvMoments(){}
CvMoments         405 modules/imgproc/include/opencv2/imgproc/types_c.h     CvMoments(const cv::Moments& m)
CvMoments         766 modules/imgproc/src/moments.cpp CV_IMPL void cvMoments( const CvArr* arr, CvMoments* moments, int binary )
CvMoments         780 modules/imgproc/src/moments.cpp CV_IMPL double cvGetSpatialMoment( CvMoments * moments, int x_order, int y_order )
CvMoments         793 modules/imgproc/src/moments.cpp CV_IMPL double cvGetCentralMoment( CvMoments * moments, int x_order, int y_order )
CvMoments         807 modules/imgproc/src/moments.cpp CV_IMPL double cvGetNormalizedCentralMoment( CvMoments * moments, int x_order, int y_order )
CvMoments         820 modules/imgproc/src/moments.cpp CV_IMPL void cvGetHuMoments( CvMoments * mState, CvHuMoments * HuState )
CvMoments        1709 modules/imgproc/test/test_convhull.cpp     CvMoments moments0, moments;
CvMoments        1775 modules/imgproc/test/test_convhull.cpp         moments = (CvMoments)cv::moments(cv::cvarrToMat(points));
CvMoments         172 modules/imgproc/test/test_moments.cpp     CvMoments* m = (CvMoments*)test_mat[OUTPUT][0].ptr<double>();
CvMoments         206 modules/imgproc/test/test_moments.cpp     CvMoments m;
CvMoments         395 modules/imgproc/test/test_moments.cpp     cvGetHuMoments( test_mat[INPUT][0].ptr<CvMoments>(),
CvMoments         402 modules/imgproc/test/test_moments.cpp     CvMoments* m = test_mat[INPUT][0].ptr<CvMoments>();