Typedefs
- typedef Image<float, float> floatImage;
-
Image with float pixels
- typedef Vector<float, float> floatVector;
-
Vector with float elements
- typedef Image<unsigned char, real> ucharImage;
-
Image with unsigned char pixels
- typedef Vector<unsigned char, real> ucharVector;
-
Vector with unsigned char elements
- typedef Image<unsigned short, real> ushortImage;
-
Image with unsigned short pixels
- typedef Vector<unsigned short, real> ushortVector;
-
Vector with unsigned short elements