Calibrate Debevec changes

This commit is contained in:
Fedor Morozov
2013-09-05 14:10:53 +04:00
parent e15eabe3fa
commit 0f703b8162
3 changed files with 41 additions and 12 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
/*M///////////////////////////////////////////////////////////////////////////////////////
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
@@ -201,7 +201,6 @@ TEST(Photo_CalibrateDebevec, regression)
loadExposureSeq(test_path + "exposures/", images, times);
loadResponseCSV(test_path + "calibrate/debevec.csv", expected);
Ptr<CalibrateDebevec> calibrate = createCalibrateDebevec();
srand(1);
calibrate->process(images, response, times);
checkEqual(expected, response, 1e-3f);
}