fixed test data in highgui test for HDR
This commit is contained in:
parent
924f7ce373
commit
e354fa3fd1
@ -409,7 +409,7 @@ TEST(Highgui_WebP, encode_decode_lossy_webp)
|
||||
|
||||
TEST(Highgui_Hdr, regression)
|
||||
{
|
||||
string folder = string(cvtest::TS::ptr()->get_data_path()) + "../cv/hdr/format/";
|
||||
string folder = string(cvtest::TS::ptr()->get_data_path()) + "/readwrite/";
|
||||
string name_rle = folder + "rle.hdr";
|
||||
string name_no_rle = folder + "no_rle.hdr";
|
||||
Mat img_rle = imread(name_rle, -1);
|
||||
|
Loading…
Reference in New Issue
Block a user