OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:humoments
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvmatchcontours.cpp
62
CvHuMoments
huMoments
;
80
CV_CALL( cvGetHuMoments( &moments, &
huMoments
));
82
ma[0] =
huMoments
.hu1;
83
ma[1] =
huMoments
.hu2;
84
ma[2] =
huMoments
.hu3;
85
ma[3] =
huMoments
.hu4;
86
ma[4] =
huMoments
.hu5;
87
ma[5] =
huMoments
.hu6;
88
ma[6] =
huMoments
.hu7;
95
CV_CALL( cvGetHuMoments( &moments, &
huMoments
));
[
all
...]
Completed in 160 milliseconds