Searched refs:table_space (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudastereo/src/ |
D | disparity_bilateral_filter.cpp | 107 void calc_space_weighted_filter(GpuMat& table_space, int win_size, float dist_space) in calc_space_weighted_filter() argument 120 table_space.upload(cpu_table_space); in calc_space_weighted_filter() 150 GpuMat& table_color, GpuMat& table_space, in disp_bilateral_filter_operator() argument 159 size_t table_space_step = table_space.step / sizeof(float); in disp_bilateral_filter_operator() 167 …T>(dst, img, img.channels(), iters, table_color.ptr<float>(), (float *)table_space.data, table_spa… in disp_bilateral_filter_operator() 173 GpuMat& table_color, GpuMat& table_space, in apply()
|
/external/opencv3/modules/cudastereo/src/cuda/ |
D | disparity_bilateral_filter.cu | 163 …b img, int channels, int iters, const float *table_color, const float* table_space, size_t table_s… in disp_bilateral_filter() argument 175 …step/sizeof(T), img.data, img.step, disp.rows, disp.cols, table_color, table_space, table_step, ra… in disp_bilateral_filter() 178 …step/sizeof(T), img.data, img.step, disp.rows, disp.cols, table_color, table_space, table_step, ra… in disp_bilateral_filter() 185 …step/sizeof(T), img.data, img.step, disp.rows, disp.cols, table_color, table_space, table_step, ra… in disp_bilateral_filter() 188 …step/sizeof(T), img.data, img.step, disp.rows, disp.cols, table_color, table_space, table_step, ra… in disp_bilateral_filter() 200 …b img, int channels, int iters, const float *table_color, const float *table_space, size_t table_s… 201 …b img, int channels, int iters, const float *table_color, const float *table_space, size_t table_s…
|