Crate bayer

Source
Expand description

This crate provides routines for demosaicing Bayer raw images.

Re-exports§

pub use demosaic::Demosaic;

Modules§

demosaic
Collection of demosaicing algorithms.
ffi
Foreign function interface.

Structs§

RasterMut
Mutable raster structure.

Enums§

BayerDepth
The depth and endianness of the raw image.
BayerError
CFA
The 2x2 colour filter array (CFA) pattern.
RasterDepth
Depth of a raster.

Functions§

run_demosaic
Run the demosaicing algorithm on the Bayer image.

Type Aliases§

BayerResult