#include <stdlib.h>

Go to the source code of this file.
Namespaces | |
| namespace | FCam |
Classes | |
| struct | FCam::Size |
| A class to represent sizes of two dimensional objects like images. More... | |
| struct | FCam::Rect |
| A class to represent rectangles, like regions of an image. More... | |
| class | FCam::HistogramConfig |
| The configuration of the histogram generator. More... | |
| class | FCam::SharpnessMapConfig |
| The configuration of the sharpness map generator. More... | |
| class | FCam::Histogram |
| A histogram returned by the histogram generator. More... | |
| class | FCam::SharpnessMap |
| A sharpness map returned by the sharpness map generator. More... | |
Enumerations | |
| enum | FCam::ImageFormat { FCam::RGB24 = 0, FCam::RGB16, FCam::UYVY, FCam::YUV24, FCam::RAW, FCam::UNKNOWN } |
| The various image formats supported by FCam. More... | |
Functions | |
| int | FCam::bytesPerPixel (ImageFormat) |
| How many bytes per pixel are used by a given format. | |
This file declares some basic FCam types, including Size, Rect, HistogramConfig, SharpnessMapConfig, Histogram, and SharpnessMap.
Definition in file Base.h.
1.5.6