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

  /external/opencv/cv/src/
cvmatchcontours.cpp 80 CV_CALL( cvGetHuMoments( &moments, &huMoments ));
95 CV_CALL( cvGetHuMoments( &moments, &huMoments ));
cvmoments.cpp 507 // Name: cvGetHuMoments
518 cvGetHuMoments( CvMoments * mState, CvHuMoments * HuState )
520 CV_FUNCNAME( "cvGetHuMoments" );
  /external/opencv3/modules/imgproc/test/
test_moments.cpp 395 cvGetHuMoments( test_mat[INPUT][0].ptr<CvMoments>(),
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 373 CVAPI(void) cvGetHuMoments( CvMoments* moments, CvHuMoments* hu_moments );
    [all...]
  /external/opencv3/modules/imgproc/src/
moments.cpp 820 CV_IMPL void cvGetHuMoments( CvMoments * mState, CvHuMoments * HuState )
  /external/opencv/cv/include/
cv.h 357 CVAPI(void) cvGetHuMoments( CvMoments* moments, CvHuMoments* hu_moments );
    [all...]

Completed in 31 milliseconds