Converting RAW data to RGB24 by demosiacking and gamma correcting. More...
#include "../Frame.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. | |
Converting RAW data to RGB24 by demosiacking and gamma correcting.
Definition in file Demosaic.h.
1.7.1