More intendation fixes

This commit is contained in:
unknown 2014-04-11 21:44:12 -07:00
parent 06df383675
commit d2b4ee1e9b
2 changed files with 15 additions and 16 deletions

View File

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