Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/cuda/
Ddisparity_bilateral_filter.cu163 …rStepSz<T> disp, PtrStepSzb img, int channels, int iters, const float *table_color, const float* t… in disp_bilateral_filter() argument
175 …p.data, disp.step/sizeof(T), img.data, img.step, disp.rows, disp.cols, table_color, table_space, t… in disp_bilateral_filter()
178 …p.data, disp.step/sizeof(T), img.data, img.step, disp.rows, disp.cols, table_color, table_space, t… in disp_bilateral_filter()
185 …p.data, disp.step/sizeof(T), img.data, img.step, disp.rows, disp.cols, table_color, table_space, t… in disp_bilateral_filter()
188 …p.data, disp.step/sizeof(T), img.data, img.step, disp.rows, disp.cols, table_color, table_space, t… in disp_bilateral_filter()
200 …pSz<uchar> disp, PtrStepSzb img, int channels, int iters, const float *table_color, const float *t…
201 …pSz<short> disp, PtrStepSzb img, int channels, int iters, const float *table_color, const float *t…
/external/opencv3/modules/cudastereo/src/
Ddisparity_bilateral_filter.cpp95 void calc_color_weighted_table(GpuMat& table_color, float sigma_range, int len) in calc_color_weighted_table() argument
104 table_color.upload(cpu_table_color); in calc_color_weighted_table()
150 GpuMat& table_color, GpuMat& table_space, in disp_bilateral_filter_operator() argument
167 …disp_bilateral_filter<T>(dst, img, img.channels(), iters, table_color.ptr<float>(), (float *)table… in disp_bilateral_filter_operator()
173 GpuMat& table_color, GpuMat& table_space, in apply()