Crate bayer [] [src]

This crate provides routines for demosaicing Bayer raw images.

Reexports

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 Definitions

BayerResult