cvMoments         360 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(void) cvMoments( const CvArr* arr, CvMoments* moments, int binary CV_DEFAULT(0));
cvMoments        1770 modules/imgproc/test/test_convhull.cpp         cvMoments( points, &moments );
cvMoments        1792 modules/imgproc/test/test_convhull.cpp     cvMoments( img, &moments0 );
cvMoments         191 modules/imgproc/test/test_moments.cpp         cvMoments( test_array[INPUT][0], m, is_binary );