Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/cuda/
Dmatch_template.cu448 int templ_sum_b, in matchTemplatePrepared_CCOFF_8UC3() argument
458 (float)templ_sum_b / (w * h), in matchTemplatePrepared_CCOFF_8UC3()
513 int templ_sum_b, in matchTemplatePrepared_CCOFF_8UC4() argument
524 (float)templ_sum_b / (w * h), in matchTemplatePrepared_CCOFF_8UC4()
701 int templ_sum_b, double templ_sqsum_b, in matchTemplatePrepared_CCOFF_NORMED_8UC3() argument
710 float templ_sum_scale_b = templ_sum_b * weight; in matchTemplatePrepared_CCOFF_NORMED_8UC3()
713 + templ_sqsum_b - weight * templ_sum_b * templ_sum_b; in matchTemplatePrepared_CCOFF_NORMED_8UC3()
789 int templ_sum_b, double templ_sqsum_b, in matchTemplatePrepared_CCOFF_NORMED_8UC4() argument
799 float templ_sum_scale_b = templ_sum_b * weight; in matchTemplatePrepared_CCOFF_NORMED_8UC4()
803 + templ_sqsum_b - weight * templ_sum_b * templ_sum_b in matchTemplatePrepared_CCOFF_NORMED_8UC4()
/external/opencv3/modules/cudaimgproc/src/
Dmatch_template.cpp85 int templ_sum_b,
95 int templ_sum_b,
119 int templ_sum_b, double templ_sqsum_b,
129 int templ_sum_b, double templ_sqsum_b,