An image can be considered as a vertical stack of image planes. Each plane represents a color channel (e.g., 1 plane for grayscale images, 3 for RGB color images, etc.).
C++ | .NET | Python |
Cvb::Image | Stemmer.Cvb.Image | cvb.Image |
CVB supports various data formats that adhere to the Pixel Format Naming Convention (PFNC). The CVB DataType
encompasses these formats, providing support for:
The data type of the first image plane can be retrieved with:
For more details, refer to the function documentation of DataType
for C++, .NET and Python. Note, that some CVB functions do not support all data types.