All hdr functions as Algorithms

This commit is contained in:
Fedor Morozov
2013-08-01 03:24:47 +04:00
parent 4d2ea847fa
commit 302bf23f82
10 changed files with 966 additions and 132 deletions

View File

@@ -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/";
string folder = string(cvtest::TS::ptr()->get_data_path()) + "../cv/hdr/format/";
string name_rle = folder + "rle.hdr";
string name_no_rle = folder + "no_rle.hdr";
Mat img_rle = imread(name_rle, -1);