|
using | crn::ImageBW = Image< pixel::BW > |
| Black and white image class. More...
|
|
using | crn::ImageGray = Image< uint8_t > |
| Grayscale image class. More...
|
|
using | crn::ImageIntGray = Image< int > |
| Int grayscale image class. More...
|
|
using | crn::ImageDoubleGray = Image< double > |
| double Grayscale image class More...
|
|
using | crn::ImageRGB = Image< pixel::RGB< uint8_t >> |
| Color image class. More...
|
|
using | crn::ImageIntRGB = Image< pixel::RGB< int >> |
| Color image class. More...
|
|
using | crn::ImageHSV = Image< pixel::HSV > |
| Color image class. More...
|
|
using | crn::ImageYUV = Image< pixel::YUV > |
| Color image class. More...
|
|
using | crn::Image2DIntVector = Image< pixel::Cart2D< int >> |
| 2D int vector image class More...
|
|
using | crn::Image2DIntPolarVector = Image< pixel::Polar2D< unsigned int, Angle< ByteAngle >>> |
| 2D int polar vector image class More...
|
|
using | crn::ImageAngle = Image< typename ByteAngle::type > |
| Angle image class. More...
|
|
using | crn::ImageXYZ = Image< pixel::XYZ > |
| XYZ image class. More...
|
|
using | crn::ImageLab = Image< pixel::Lab > |
| Color image class. More...
|
|
using | crn::ImageLuv = Image< pixel::Luv > |
| Color image class. More...
|
|