Crate image_hdr

Source
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
Error definitions for the library
exif
Helpers to extract necessary EXIF information from source images
extensions
Extensions on top of dependencies to facilitate the implementations of this library
input
Input type for processing HDR merge
stretch
Apply basic histogram stretch to a linear image to make it viewable.

Functions§

hdr_merge_images
Given a set of file paths, attempt to HDR merge the images and produce a single DynamicImage (from image-rs crate).