1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Add namespace specifier for format()

This commit is contained in:
Quella Zhang (Beyondsoft Corporation)
2021-04-21 14:08:52 +08:00
parent 29fb4f98b1
commit 5105a937d1
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ int main(int argc, char** argv)
setMouseCallback("View", onMouse, 0);
bool boardFound = false;
string indexFilename = format("%s_index.yml", outprefix.c_str());
string indexFilename = cv::format("%s_index.yml", outprefix.c_str());
vector<string> capturedImgList;
vector<Rect> roiList;