mirror of
https://github.com/opencv/opencv.git
synced 2026-07-26 22:03:04 +04:00
Merge branch 4.x
This commit is contained in:
@@ -35,7 +35,7 @@ int main(int argc, char**argv)
|
||||
|
||||
//! [Tonemap HDR image]
|
||||
Mat ldr;
|
||||
Ptr<Tonemap> tonemap = createTonemap(2.2f);
|
||||
Ptr<TonemapDrago> tonemap = createTonemapDrago(2.2f);
|
||||
tonemap->process(hdr, ldr);
|
||||
//! [Tonemap HDR image]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user