Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of particular class or function.
This commit is contained in:
@@ -359,7 +359,7 @@ static void fftShift(InputOutputArray _out)
|
||||
return;
|
||||
}
|
||||
|
||||
vector<Mat> planes;
|
||||
std::vector<Mat> planes;
|
||||
split(out, planes);
|
||||
|
||||
int xMid = out.cols >> 1;
|
||||
|
Reference in New Issue
Block a user