HomeSort by relevance Sort by last modified time
    Searched refs:CvHuMoments (Results 1 - 8 of 8) sorted by null

  /external/opencv/cv/include/
cvtypes.h 60 typedef struct CvHuMoments
64 CvHuMoments;
cv.h 357 CVAPI(void) cvGetHuMoments( CvMoments* moments, CvHuMoments* hu_moments );
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 424 typedef struct CvHuMoments
428 CvHuMoments;
imgproc_c.h 373 CVAPI(void) cvGetHuMoments( CvMoments* moments, CvHuMoments* hu_moments );
    [all...]
  /external/opencv3/modules/imgproc/test/
test_moments.cpp 396 test_mat[OUTPUT][0].ptr<CvHuMoments>() );
403 CvHuMoments* hu = test_mat[REF_OUTPUT][0].ptr<CvHuMoments>();
  /external/opencv/cv/src/
cvmatchcontours.cpp 62 CvHuMoments huMoments;
cvmoments.cpp 518 cvGetHuMoments( CvMoments * mState, CvHuMoments * HuState )
  /external/opencv3/modules/imgproc/src/
moments.cpp 820 CV_IMPL void cvGetHuMoments( CvMoments * mState, CvHuMoments * HuState )

Completed in 158 milliseconds