Lines Matching full:humoments
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 ));
97 mb[0] = huMoments.hu1;
98 mb[1] = huMoments.hu2;
99 mb[2] = huMoments.hu3;
100 mb[3] = huMoments.hu4;
101 mb[4] = huMoments.hu5;
102 mb[5] = huMoments.hu6;
103 mb[6] = huMoments.hu7;