mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Tonemapping documentation update
This commit is contained in:
@@ -97,7 +97,7 @@ TEST(Photo_Tonemap, regression)
|
||||
loadImage(test_path + "image.hdr", img);
|
||||
float gamma = 2.2f;
|
||||
|
||||
Ptr<Tonemap> linear = createTonemapLinear(gamma);
|
||||
Ptr<Tonemap> linear = createTonemap(gamma);
|
||||
linear->process(img, result);
|
||||
loadImage(test_path + "linear.png", expected);
|
||||
result.convertTo(result, CV_8UC3, 255);
|
||||
|
||||
Reference in New Issue
Block a user