|
|
@ -2343,7 +2343,6 @@ static bool ocl_bilateralFilter_8u(InputArray _src, OutputArray _dst, int d, |
|
|
|
copyMakeBorder(src, temp, radius, radius, radius, radius, borderType); |
|
|
|
copyMakeBorder(src, temp, radius, radius, radius, radius, borderType); |
|
|
|
std::vector<float> _space_weight(d * d); |
|
|
|
std::vector<float> _space_weight(d * d); |
|
|
|
std::vector<int> _space_ofs(d * d); |
|
|
|
std::vector<int> _space_ofs(d * d); |
|
|
|
|
|
|
|
|
|
|
|
float * const space_weight = &_space_weight[0]; |
|
|
|
float * const space_weight = &_space_weight[0]; |
|
|
|
int * const space_ofs = &_space_ofs[0]; |
|
|
|
int * const space_ofs = &_space_ofs[0]; |
|
|
|
|
|
|
|
|
|
|
|