Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvmatchcontours.cpp62 CvHuMoments huMoments; in cvMatchShapes() local
80 CV_CALL( cvGetHuMoments( &moments, &huMoments )); in cvMatchShapes()
82 ma[0] = huMoments.hu1; in cvMatchShapes()
83 ma[1] = huMoments.hu2; in cvMatchShapes()
84 ma[2] = huMoments.hu3; in cvMatchShapes()
85 ma[3] = huMoments.hu4; in cvMatchShapes()
86 ma[4] = huMoments.hu5; in cvMatchShapes()
87 ma[5] = huMoments.hu6; in cvMatchShapes()
88 ma[6] = huMoments.hu7; in cvMatchShapes()
95 CV_CALL( cvGetHuMoments( &moments, &huMoments )); in cvMatchShapes()
[all …]