Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/
Ddisparity_bilateral_filter.cpp107 void calc_space_weighted_filter(GpuMat& table_space, int win_size, float dist_space) in calc_space_weighted_filter() argument
117 row[x] = exp(-sqrt(float(y * y) + float(x * x)) / dist_space); in calc_space_weighted_filter()