Namespaces | Functions

include/FCam/processing/Demosaic.h File Reference

Converting RAW data to RGB24 by demosiacking and gamma correcting. More...

#include "../Frame.h"
Include dependency graph for Demosaic.h:

Go to the source code of this file.

Namespaces

namespace  FCam
 

Main namespace for the API.


Functions

Image FCam::demosaic (Frame src, float contrast=50.0f, bool denoise=true, int blackLevel=25, float gamma=2.2f)
 Demosaic, white balance, and gamma correct a raw frame, and return a slightly smaller RGB24 format image.
Image FCam::makeThumbnail (Frame src, const Size &thumbSize=Size(640, 480), float contrast=50.0f, int blackLevel=25, float gamma=2.2f)
 Create a low-resolution representation of the input image frame.

Detailed Description

Converting RAW data to RGB24 by demosiacking and gamma correcting.

Definition in file Demosaic.h.