Base.h File Reference

Basic types and namespace for FCam API. More...

#include <stdlib.h>

Include dependency graph for Base.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.


Detailed Description

Basic types and namespace for FCam API.

This file declares some basic FCam types, including Size, Rect, HistogramConfig, SharpnessMapConfig, Histogram, and SharpnessMap.

Definition in file Base.h.


Generated on Mon Jan 18 20:48:10 2010 for FCam by  doxygen 1.5.6