projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b081f8b
)
added progress output to the long-time tests (for buildbot)
author
Alexander Shishkov
<no@email>
Mon, 13 Jun 2011 19:30:16 +0000
(19:30 +0000)
committer
Alexander Shishkov
<no@email>
Mon, 13 Jun 2011 19:30:16 +0000
(19:30 +0000)
modules/calib3d/test/test_stereomatching.cpp
patch
|
blob
|
history
diff --git
a/modules/calib3d/test/test_stereomatching.cpp
b/modules/calib3d/test/test_stereomatching.cpp
index
60f20de
..
649f79a
100755
(executable)
--- a/
modules/calib3d/test/test_stereomatching.cpp
+++ b/
modules/calib3d/test/test_stereomatching.cpp
@@
-443,7
+443,8
@@
void CV_StereoMatchingTest::run(int)
for( int ci = 0; ci < caseCount; ci++)
{
progress = update_progress( progress, ci, caseCount, 0 );
-
+ printf("progress: %d%%\n", progress);
+ fflush(stdout);
string datasetName = caseDatasets[ci];
string datasetFullDirName = dataPath + DATASETS_DIR + datasetName + "/";
Mat leftImg = imread(datasetFullDirName + LEFT_IMG_NAME);