From eaa573f56a2c8bc4bc17aebb03892a1df05347cd Mon Sep 17 00:00:00 2001 From: Elad Joseph Date: Mon, 7 Dec 2015 21:39:01 +0200 Subject: [PATCH] fixed whitespace --- .../py_photo/py_hdr/py_hdr.markdown | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/doc/py_tutorials/py_photo/py_hdr/py_hdr.markdown b/doc/py_tutorials/py_photo/py_hdr/py_hdr.markdown index eeae90094d..1350f11414 100644 --- a/doc/py_tutorials/py_photo/py_hdr/py_hdr.markdown +++ b/doc/py_tutorials/py_photo/py_hdr/py_hdr.markdown @@ -166,19 +166,12 @@ For this sequence we got the following estimation: Additional Resources -------------------- -1. Paul E Debevec and Jitendra Malik. Recovering high dynamic range radiance maps from photographs. - In ACM SIGGRAPH 2008 classes, page 31. ACM, 2008. -2. Mark A Robertson, Sean Borman, and Robert L Stevenson. Dynamic range improvement through multiple exposures. - In Image Processing, 1999. ICIP 99. Proceedings. 1999 International Conference on, volume 3, pages 159–163. - IEEE, 1999. -3. Tom Mertens, Jan Kautz, and Frank Van Reeth. Exposure fusion. In Computer Graphics and Applications, 2007. - PG'07. 15th Pacific Conference on, pages 382–390. IEEE, 2007. -4. Images from [Wikipedia-HDR](https://en.wikipedia.org/wiki/High-dynamic-range_imaging) +1. Paul E Debevec and Jitendra Malik. Recovering high dynamic range radiance maps from photographs. In ACM SIGGRAPH 2008 classes, page 31. ACM, 2008. +2. Mark A Robertson, Sean Borman, and Robert L Stevenson. Dynamic range improvement through multiple exposures. In Image Processing, 1999. ICIP 99. Proceedings. 1999 International Conference on, volume 3, pages 159–163. IEEE, 1999. +3. Tom Mertens, Jan Kautz, and Frank Van Reeth. Exposure fusion. In Computer Graphics and Applications, 2007. PG'07. 15th Pacific Conference on, pages 382–390. IEEE, 2007. +4. Images from [Wikipedia-HDR](https://en.wikipedia.org/wiki/High-dynamic-range_imaging) Exercises --------- -1. Try all tonemap algorithms: [Drago](http://docs.opencv.org/master/da/d53/classcv_1_1TonemapDrago.html), - [Durand](http://docs.opencv.org/master/da/d3d/classcv_1_1TonemapDurand.html), - [Mantiuk](http://docs.opencv.org/master/de/d76/classcv_1_1TonemapMantiuk.html) and - [Reinhard](http://docs.opencv.org/master/d0/dec/classcv_1_1TonemapReinhard.html). +1. Try all tonemap algorithms: [Drago](http://docs.opencv.org/master/da/d53/classcv_1_1TonemapDrago.html), [Durand](http://docs.opencv.org/master/da/d3d/classcv_1_1TonemapDurand.html), [Mantiuk](http://docs.opencv.org/master/de/d76/classcv_1_1TonemapMantiuk.html) and [Reinhard](http://docs.opencv.org/master/d0/dec/classcv_1_1TonemapReinhard.html). 2. Try changing the parameters in the HDR calibration and tonemap methods. \ No newline at end of file