Home | History | Annotate | Download | only in test

Lines Matching full:test_path

91     string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/tonemap/";
94 loadImage(test_path + "image.hdr", img);
99 loadImage(test_path + "linear.png", expected);
105 loadImage(test_path + "drago.png", expected);
111 loadImage(test_path + "durand.png", expected);
117 loadImage(test_path + "reinhard.png", expected);
123 loadImage(test_path + "mantiuk.png", expected);
157 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
160 loadExposureSeq((test_path + "exposures/").c_str() , images);
165 loadImage(test_path + "merge/mertens.png", expected);
183 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
188 loadExposureSeq(test_path + "exposures/", images, times);
189 loadResponseCSV(test_path + "exposures/response.csv", response);
194 loadImage(test_path + "merge/debevec.hdr", expected);
206 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
210 loadExposureSeq(test_path + "exposures/", images, times);
215 loadImage(test_path + "merge/robertson.hdr", expected);
226 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
231 loadExposureSeq(test_path + "exposures/", images, times);
232 loadResponseCSV(test_path + "calibrate/debevec.csv", expected);
245 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
250 loadExposureSeq(test_path + "exposures/", images, times);
251 loadResponseCSV(test_path + "calibrate/robertson.csv", expected);