Home
last modified time | relevance | path

Searched refs:CvHuMoments (Results 1 – 8 of 8) sorted by relevance

/external/opencv/cv/include/
Dcvtypes.h60 typedef struct CvHuMoments struct
64 CvHuMoments; argument
Dcv.h357 CVAPI(void) cvGetHuMoments( CvMoments* moments, CvHuMoments* hu_moments ); in LOAD_CHDL()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h424 typedef struct CvHuMoments struct
428 CvHuMoments; typedef
Dimgproc_c.h373 CVAPI(void) cvGetHuMoments( CvMoments* moments, CvHuMoments* hu_moments );
/external/opencv3/modules/imgproc/test/
Dtest_moments.cpp396 test_mat[OUTPUT][0].ptr<CvHuMoments>() ); in run_func()
403 CvHuMoments* hu = test_mat[REF_OUTPUT][0].ptr<CvHuMoments>(); in prepare_to_validation()
/external/opencv/cv/src/
Dcvmatchcontours.cpp62 CvHuMoments huMoments; in cvMatchShapes()
Dcvmoments.cpp518 cvGetHuMoments( CvMoments * mState, CvHuMoments * HuState ) in cvGetHuMoments()
/external/opencv3/modules/imgproc/src/
Dmoments.cpp820 CV_IMPL void cvGetHuMoments( CvMoments * mState, CvHuMoments * HuState ) in cvGetHuMoments()