Moments 842 modules/core/include/opencv2/core/types.hpp Moments(); Moments 844 modules/core/include/opencv2/core/types.hpp Moments(double m00, double m10, double m01, double m20, double m11, Moments 867 modules/core/include/opencv2/core/types.hpp template<> class DataType<Moments> Moments 870 modules/core/include/opencv2/core/types.hpp typedef Moments value_type; Moments 214 modules/features2d/src/blobdetector.cpp Moments moms = moments(Mat(contours[contourIdx])); Moments 3287 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W Moments moments( InputArray array, bool binaryImage = false ); Moments 3308 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void HuMoments( const Moments& moments, double hu[7] ); Moments 3311 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void HuMoments( const Moments& m, OutputArray hu ); Moments 405 modules/imgproc/include/opencv2/imgproc/types_c.h CvMoments(const cv::Moments& m) Moments 415 modules/imgproc/include/opencv2/imgproc/types_c.h operator cv::Moments() const Moments 417 modules/imgproc/include/opencv2/imgproc/types_c.h return cv::Moments(m00, m10, m01, m20, m11, m02, m30, m21, m12, m03); Moments 60 modules/imgproc/perf/opencl/perf_moments.cpp OCL_PERF_TEST_P(MomentsFixture, Moments, Moments 67 modules/imgproc/perf/opencl/perf_moments.cpp cv::Moments m; Moments 31 modules/imgproc/perf/perf_moments.cpp cv::Moments m; Moments 37 modules/imgproc/perf/perf_moments.cpp int len = (int)sizeof(cv::Moments) / sizeof(double); Moments 48 modules/imgproc/src/moments.cpp static void completeMomentState( Moments* moments ) Moments 93 modules/imgproc/src/moments.cpp static Moments contourMoments( const Mat& contour ) Moments 95 modules/imgproc/src/moments.cpp Moments m; Moments 443 modules/imgproc/src/moments.cpp Moments::Moments() Moments 450 modules/imgproc/src/moments.cpp Moments::Moments( double _m00, double _m10, double _m01, double _m20, double _m11, Moments 482 modules/imgproc/src/moments.cpp static bool ocl_moments( InputArray _src, Moments& m, bool binary) Moments 556 modules/imgproc/src/moments.cpp cv::Moments cv::moments( InputArray _src, bool binary ) Moments 561 modules/imgproc/src/moments.cpp Moments m; Moments 730 modules/imgproc/src/moments.cpp void cv::HuMoments( const Moments& m, double hu[7] ) Moments 757 modules/imgproc/src/moments.cpp void cv::HuMoments( const Moments& m, OutputArray _hu ) Moments 774 modules/imgproc/src/moments.cpp cv::Moments m = cv::moments(src, binary != 0); Moments 183 modules/imgproc/test/test_moments.cpp Moments new_m = moments(u, is_binary != 0); Moments 453 modules/imgproc/test/test_moments.cpp Moments m = moments(points, false); Moments 1005 modules/python/src2/cv2.cpp PyObject* pyopencv_from(const Moments& m) Moments 170 modules/ts/include/opencv2/ts/ts_perf.hpp static Regression& addMoments(TestBase* test, const std::string& name, const cv::Moments & array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE); Moments 135 modules/ts/src/ts_perf.cpp Regression& Regression::addMoments(TestBase* test, const std::string& name, const cv::Moments& array, double eps, ERROR_TYPE err) Moments 137 modules/ts/src/ts_perf.cpp int len = (int)sizeof(cv::Moments) / sizeof(double); Moments 81 modules/video/src/camshift.cpp Moments m = isUMat ? moments(umat(cur_rect)) : moments(mat(cur_rect)); Moments 141 modules/video/src/camshift.cpp Moments m = isUMat ? moments(umat(window)) : moments(mat(window)); Moments 64 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp vector<Moments> mu(contours.size() );