HomeSort by relevance Sort by last modified time
    Searched full:shift_weight (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvmotempl.cpp 301 double shift_orient = 0, shift_weight = 0, fbase_orient; local
391 shift_weight += weight;
397 if( shift_weight == 0 )
398 shift_weight = 0.01;
400 base_orient = base_orient + cvRound( shift_orient / shift_weight );

Completed in 73 milliseconds