Expand description
An implementation of HDR Radiance Estimation using Poisson Photon Noise Estimator for creating HDR image from a set of images
Re-exports§
pub use error::Error;
Modules§
- Error definitions for the library
- Helpers to extract necessary EXIF information from source images
- Extensions on top of dependencies to facilitate the implementations of this library
- Input type for processing HDR merge
- Apply basic histogram stretch to a linear image to make it viewable.
Functions§
- Given a set of file paths, attempt to HDR merge the images and produce a single
DynamicImage
(from image-rs crate).