| cv.TonemapReinhard - MATLAB File Help | Go to online doc for cv.TonemapReinhard |
Tonemapping algorithm used to map HDR image to 8-bit range
This is a global tonemapping operator that models human visual system.
Mapping function is controlled by adaptation parameter, that is computed using light adaptation and color adaptation.
For more information see [RD05].
[RD05]:
Erik Reinhard and Kate Devlin. "Dynamic range reduction inspired by photoreceptor physiology". Visualization and Computer Graphics, IEEE Transactions on, 11(1):13-24, 2005.
| Superclasses | handle |
| Sealed | false |
| Construct on load | false |
| TonemapReinhard | Creates TonemapReinhard object |
| ColorAdaptation | chromatic adaptation in [0, 1] range. |
| Gamma | positive value for gamma correction. |
| Intensity | result intensity in [-8, 8] range. |
| LightAdaptation | light adaptation in [0, 1] range. |
| id | Object ID |
| addlistener | Add listener for event. | |
| delete | Destructor | |
| eq | == (EQ) Test handle equality. | |
| findobj | Find objects matching specified conditions. | |
| findprop | Find property of MATLAB handle object. | |
| ge | >= (GE) Greater than or equal relation for handles. | |
| gt | > (GT) Greater than relation for handles. | |
| Sealed | isvalid | Test handle validity. |
| le | <= (LE) Less than or equal relation for handles. | |
| listener | Add listener for event without binding the listener to the source object. | |
| lt | < (LT) Less than relation for handles. | |
| ne | ~= (NE) Not equal relation for handles. | |
| notify | Notify listeners of event. | |
| process | Tonemaps image |
| ObjectBeingDestroyed | Notifies listeners that a particular object has been destroyed. |