Home
last modified time | relevance | path

Searched defs:table_space (Results 1 – 2 of 2) 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()
150 GpuMat& table_color, GpuMat& table_space, in disp_bilateral_filter_operator()
/external/opencv3/modules/cudastereo/src/cuda/
Ddisparity_bilateral_filter.cu163 …StepSzb img, int channels, int iters, const float *table_color, const float* table_space, size_t t… in disp_bilateral_filter()