OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hu3
(Results
1 - 6
of
6
) sorted by null
/external/opencv/cv/src/
cvmatchcontours.cpp
84
ma[2] = huMoments.
hu3
;
99
mb[2] = huMoments.
hu3
;
cvmoments.cpp
556
HuState->
hu3
= q0 * q0 + q1 * q1;
/external/opencv/cv/include/
cvtypes.h
62
double hu1, hu2,
hu3
, hu4, hu5, hu6, hu7; /* Hu invariants */
member in struct:CvHuMoments
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h
426
double hu1, hu2,
hu3
, hu4, hu5, hu6, hu7; /**< Hu invariants */
member in struct:CvHuMoments
/external/opencv3/modules/imgproc/test/
test_moments.cpp
423
hu->
hu3
= sqr(nu30 - 3*nu12) + sqr(3*nu21 - nu03);
/external/opencv3/modules/imgproc/src/
moments.cpp
853
HuState->
hu3
= q0 * q0 + q1 * q1;
Completed in 323 milliseconds