![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined types for geometry component management. More...
Go to the source code of this file.
Classes | |
| struct | ipsdk::image::ColorGeometryType2Size< imgType > |
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::image | |
| Namespace agregating IPSDK image management routines and classes. | |
Macros | |
| #define | COLORGEOMETRYTYPE_TO_SIZE(colorGeometryType, nbPlans) |
| macro allowing template structure implementation More... | |
Functions | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_Grey, 1) | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_Rgb, 3) | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_Rgba, 4) | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_XYZ, 3) | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_YPbPr, 3) | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_YCbCr, 3) | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_CieLab, 3) | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_CieLuv, 3) | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_HLS, 3) | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_HSV, 3) | |
| ipsdk::image::COLORGEOMETRYTYPE_TO_SIZE (eCGT_User, 0) | |
Predefined types for geometry component management.
| #define COLORGEOMETRYTYPE_TO_SIZE | ( | colorGeometryType, | |
| nbPlans | |||
| ) |
macro allowing template structure implementation
1.8.14