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

  /external/opencv/cv/src/
cvtemplmatch.cpp 340 double templ_norm = 0, templ_sum2 = 0; local
450 templ_sum2 = templ_norm +
457 templ_norm = templ_sum2;
460 templ_sum2 /= inv_area;
510 num = wnd_sum2 - 2*num + templ_sum2;

Completed in 60 milliseconds