Commit d2b4ee1e authored by unknown's avatar unknown

More intendation fixes

parent 06df3836
...@@ -2343,7 +2343,6 @@ static bool ocl_bilateralFilter_8u(InputArray _src, OutputArray _dst, int d, ...@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment