agcwd
A Rust implementation of the AGCWD algorithm.
AGCWD is described in the paper "Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution".
Examples
// An example image containing 2 RGB pixels.
let mut pixels = vec!;
let agcwd = new;
agcwd.enhance_rgb_image;