Searched refs:pixeldiff (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereocsbp.cu | 61 …template <int channels> static float __device__ pixeldiff(const uchar* left, const uchar* right, f… 62 …template<> __device__ __forceinline__ float pixeldiff<1>(const uchar* left, const uchar* right, fl… in pixeldiff() function 66 …template<> __device__ __forceinline__ float pixeldiff<3>(const uchar* left, const uchar* right, fl… in pixeldiff() function 74 …template<> __device__ __forceinline__ float pixeldiff<4>(const uchar* left, const uchar* right, fl… in pixeldiff() function 211 val += data_weight * pixeldiff<channels>(lle, lri, max_data_term); in init_data_cost() 250 val += data_weight * pixeldiff<channels>(lle, lri, max_data_term); in init_data_cost_reduce() 390 … val += data_weight * pixeldiff<channels>(left_x, right_x, max_data_term); in compute_data_cost() 432 val += data_weight * pixeldiff<channels>(lle, lri, max_data_term); in compute_data_cost_reduce()
|