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

View File

@@ -40,7 +40,7 @@ hdr = merge_debevec.process(images, times, response)
## [Make HDR image]
## [Tonemap HDR image]
tonemap = cv.createTonemapDurand(2.2)
tonemap = cv.createTonemap(2.2)
ldr = tonemap.process(hdr)
## [Tonemap HDR image]