Searched refs:compute_disp (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereocsbp.hpp | 26 …void compute_disp(const T* u, const T* d, const T* l, const T* r, const T* data_cost_selected, con…
|
D | stereocsbp.cu | 753 __global__ void compute_disp(const T* u_, const T* d_, const T* l_, const T* r_, in compute_disp() function 788 …void compute_disp(const T* u, const T* d, const T* l, const T* r, const T* data_cost_selected, con… in compute_disp() function 799 …compute_disp<<<grid, threads, 0, stream>>>(u, d, l, r, data_cost_selected, disp_selected, disp, nr… in compute_disp() 806 …template void compute_disp(const short* u, const short* d, const short* l, const short* r, const s… 809 …template void compute_disp(const float* u, const float* d, const float* l, const float* r, const f…
|
/external/opencv3/modules/cudastereo/src/ |
D | stereocsbp.cpp | 318 …compute_disp(u[cur_idx].ptr<float>(), d[cur_idx].ptr<float>(), l[cur_idx].ptr<float>(), r[cur_idx]… in compute() 323 …compute_disp(u[cur_idx].ptr<short>(), d[cur_idx].ptr<short>(), l[cur_idx].ptr<short>(), r[cur_idx]… in compute()
|