We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc96cfd commit f209dedCopy full SHA for f209ded
modules/datasets/src/track_alov.cpp
@@ -130,7 +130,7 @@ namespace cv
130
{
131
string out;
132
char videoNum[9];
133
- sprintf_s(videoNum, "%u", videoID+1);
+ sprintf(videoNum, "%u", videoID+1);
134
out = rootPath + "/alov300++_rectangleAnnotation_full/" + sectionNames[sectionID] + "/" + sectionNames[sectionID] + "_video";
135
136
for (unsigned int i = 0; i < 5 - strlen(videoNum); ++i)
0 commit comments