Home
last modified time | relevance | path

Searched refs:shift_weight (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
391 shift_weight += weight; in cvCalcGlobalOrientation()
397 if( shift_weight == 0 ) in cvCalcGlobalOrientation()
398 shift_weight = 0.01; in cvCalcGlobalOrientation()
400 base_orient = base_orient + cvRound( shift_orient / shift_weight ); in cvCalcGlobalOrientation()