Searched refs:dist_space (Results 1 – 1 of 1) sorted by relevance
107 void calc_space_weighted_filter(GpuMat& table_space, int win_size, float dist_space) in calc_space_weighted_filter() argument117 row[x] = exp(-sqrt(float(y * y) + float(x * x)) / dist_space); in calc_space_weighted_filter()