Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvmotempl.cpp301 double shift_orient = 0, shift_weight = 0, fbase_orient; in cvCalcGlobalOrientation() local
390 shift_orient += weight * rel_angle; in cvCalcGlobalOrientation()
400 base_orient = base_orient + cvRound( shift_orient / shift_weight ); in cvCalcGlobalOrientation()