photo: move TonemapDurand to opencv_contrib

This commit is contained in:
Alexander Alekhin
2018-12-04 13:51:17 +03:00
parent aee865fec9
commit 742f22c09b
9 changed files with 7 additions and 151 deletions
@@ -35,7 +35,7 @@ int main(int argc, char**argv)
//! [Tonemap HDR image]
Mat ldr;
Ptr<TonemapDurand> tonemap = createTonemapDurand(2.2f);
Ptr<Tonemap> tonemap = createTonemap(2.2f);
tonemap->process(hdr, ldr);
//! [Tonemap HDR image]