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:
@@ -457,7 +457,7 @@ int cv::floodFill( InputOutputArray _image, InputOutputArray _mask,
|
||||
Scalar loDiff, Scalar upDiff, int flags )
|
||||
{
|
||||
ConnectedComp comp;
|
||||
vector<FFillSegment> buffer;
|
||||
std::vector<FFillSegment> buffer;
|
||||
|
||||
if( rect )
|
||||
*rect = Rect();
|
||||
|
Reference in New Issue
Block a user