INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
hydroimage::ImageFormat Class ReferenceAn class that represents a particular image format and all of the information needed by various algorithms to work with it. More...
Inherited by hydroimage::BayerBG8, hydroimage::BayerGB8, hydroimage::BayerGR8, hydroimage::BayerRG8, hydroimage::BGR8, hydroimage::BGRA8, hydroimage::GRAY8, hydroimage::RAW8, hydroimage::RGB8, and hydroimage::RGBA8.
Detailed DescriptionAn class that represents a particular image format and all of the information needed by various algorithms to work with it. The class will return the properties (such as depth and number of channels) of an image format given a representative string. Typical usage: #include <hydroimage/formats.h> // ... other code string format = "RGB8"; ImageFormat imageFormat = ImageFormat::find( format ); int numChannels = imageFormat.getNumberOfChannels(); Constructor & Destructor Documentation
Each particular image format class will call this constructor which automatically adds this to the list of known formats.
References add(). The documentation for this class was generated from the following files:
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)