Home
last modified time | relevance | path

Searched refs:hu6 (Results 1 – 6 of 6) sorted by relevance

/external/opencv/cv/src/
Dcvmatchcontours.cpp87 ma[5] = huMoments.hu6; in cvMatchShapes()
102 mb[5] = huMoments.hu6; in cvMatchShapes()
Dcvmoments.cpp548 HuState->hu6 = d * (q0 - q1) + n4 * t0 * t1; in cvGetHuMoments()
/external/opencv/cv/include/
Dcvtypes.h62 double hu1, hu2, hu3, hu4, hu5, hu6, hu7; /* Hu invariants */ member
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h426 double hu1, hu2, hu3, hu4, hu5, hu6, hu7; /**< Hu invariants */ member
/external/opencv3/modules/imgproc/test/
Dtest_moments.cpp427 hu->hu6 = (nu20 - nu02)*(sqr(nu30 + nu12) - sqr(nu21 + nu03)) + in prepare_to_validation()
/external/opencv3/modules/imgproc/src/
Dmoments.cpp845 HuState->hu6 = d * (q0 - q1) + n4 * t0 * t1; in cvGetHuMoments()