High Dynamic Range Images
High dynamic range (HDR) images attempt to capture the whole range of brightness levels in real-world scenes (called scene-referred). HDR images contain a high level of detail, close to the range of human vision and exceeding the display range of the typical computer monitor. The toolbox includes functions that enable you to read, create, and write HDR images, and to reduce the dynamic range for display using tone-mapping.
Functions
hdrread | Read high dynamic range (HDR) image |
hdrwrite | Write high dynamic range (HDR) image file |
makehdr | Create high dynamic range image |
tonemap | Render high dynamic range image for viewing |
tonemapfarbman | Convert HDR image to LDR using edge-preserving multiscale decompositions |
localtonemap | Render HDR image for viewing while enhancing local contrast |
blendexposure | Create well-exposed image from images with different exposures |
camresponse | Estimate camera response function |
Topics
- Work with High Dynamic Range Images
Dynamic range refers to the range of brightness levels in an image. High dynamic range (HDR) images attempt to capture the whole tonal range of real-world scenes.
- Display High Dynamic Range Image
This example shows how to convert HDR data to a dynamic range that can be displayed correctly on a computer.