mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
More intendation fixes
This commit is contained in:
parent
06df383675
commit
d2b4ee1e9b
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user