Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvmotempl.cpp300 int base_orient; in cvCalcGlobalOrientation() local
333 cvGetMinMaxHistValue( hist, 0, 0, 0, &base_orient ); in cvCalcGlobalOrientation()
334 base_orient *= 360/hist_size; in cvCalcGlobalOrientation()
342 fbase_orient = base_orient; in cvCalcGlobalOrientation()
400 base_orient = base_orient + cvRound( shift_orient / shift_weight ); in cvCalcGlobalOrientation()
401 base_orient -= (base_orient < 360 ? 0 : 360); in cvCalcGlobalOrientation()
402 base_orient += (base_orient >= 0 ? 0 : 360); in cvCalcGlobalOrientation()
404 angle = base_orient; in cvCalcGlobalOrientation()