Class vl::PixelFormat#
ClassList > vl > PixelFormat
the complete pixel format description of an image More...
#include <image.h>
Public Functions#
| Type | Name |
|---|---|
| PixelFormat (Depth depth, size_t channels) |
|
| size_t | channels () const |
| Depth | depth () const |
| size_t | size () const |
Detailed Description#
containing the depth (data type), the number of channels and the pixel size (in memory)
Public Functions Documentation#
function PixelFormat#
vl::PixelFormat::PixelFormat (
Depth depth,
size_t channels
)
function channels#
size_t vl::PixelFormat::channels () const
function depth#
Depth vl::PixelFormat::depth () const
function size#
size_t vl::PixelFormat::size () const
The documentation for this class was generated from the following file docs/libvl/build/2.1.0/doxygen/source/vl/image.h