This algorithm converts images to median threshold bitmaps (1 for pixels brighter than median luminance and 0 otherwise) and than aligns the resulting bitmaps using bit operations.
This algorithm converts images to median threshold bitmaps (1 for pixels brighter than median luminance and 0 otherwise) and than aligns the resulting bitmaps using bit operations.
...
@@ -163,7 +163,7 @@ AlignMTB::process
...
@@ -163,7 +163,7 @@ AlignMTB::process
---------------------------
---------------------------
Short version of process, that doesn't take extra arguments.
Short version of process, that doesn't take extra arguments.
.. ocv:class:: MergeDebevec : public ExposureMerge
.. ocv:class:: MergeDebevec : public MergeExposures
The resulting HDR image is calculated as weighted average of the exposures considering exposure values and camera response.
The resulting HDR image is calculated as weighted average of the exposures considering exposure values and camera response.
...
@@ -311,7 +309,7 @@ Creates MergeDebevec object
...
@@ -311,7 +309,7 @@ Creates MergeDebevec object
MergeMertens
MergeMertens
---------------------------
---------------------------
.. ocv:class:: MergeMertens : public ExposureMerge
.. ocv:class:: MergeMertens : public MergeExposures
Pixels are weighted using contrast, saturation and well-exposedness measures, than images are combined using laplacian pyramids.
Pixels are weighted using contrast, saturation and well-exposedness measures, than images are combined using laplacian pyramids.
...
@@ -345,7 +343,7 @@ Creates MergeMertens object
...
@@ -345,7 +343,7 @@ Creates MergeMertens object
MergeRobertson
MergeRobertson
---------------------------
---------------------------
.. ocv:class:: MergeRobertson : public ExposureMerge
.. ocv:class:: MergeRobertson : public MergeExposures
The resulting HDR image is calculated as weighted average of the exposures considering exposure values and camera response.
The resulting HDR image is calculated as weighted average of the exposures considering exposure values and camera response.
...
@@ -364,7 +362,7 @@ References
...
@@ -364,7 +362,7 @@ References
.. [FL02] R. Fattal, D. Lischinski, M. Werman, "Gradient Domain High Dynamic Range Compression", Proceedings OF ACM SIGGRAPH, 2002, 249 - 256.
.. [FL02] R. Fattal, D. Lischinski, M. Werman, "Gradient Domain High Dynamic Range Compression", Proceedings OF ACM SIGGRAPH, 2002, 249 - 256.
.. [DD02] F. Durand and Julie Dorsey, "Fast Bilateral Filtering for the Display of High-Dynamic-Range Images", ACM Transactions on Graphics, 2002, 21, 3, 257 - 266.
.. [DD02] F. Durand and Julie Dorsey, "Fast Bilateral Filtering for the Display of High-Dynamic-Range Images", ACM Transactions on Graphics, 2002, 21, 3, 257 - 266.
.. [RD05] E. Reinhard, K. Devlin, "Dynamic Range Reduction Inspired by Photoreceptor Physiology", IEEE Transactions on Visualization and Computer Graphics, 2005, 11, 13 - 24.
.. [RD05] E. Reinhard, K. Devlin, "Dynamic Range Reduction Inspired by Photoreceptor Physiology", IEEE Transactions on Visualization and Computer Graphics, 2005, 11, 13 - 24.