Image convertion functions Normal functions: ByteRGBAImageCT2ByteRGBImageCT(const ImageC &) Byte RGBA to Byte RGB image ByteRGBImageCT2ByteRGBAImageCT(const ImageC &) Byte RGB to Byte RGBA image ByteImageCT2DoubleImageCT(const ImageC &) Byte to double image. ByteImageCT2IntImageCT(const ImageC &) Byte to int image. IntImageCT2DoubleImageCT(const ImageC &) Int to double image. ByteImageCT2ByteRGBImageCT(const ImageC &) Byte grey level to colour image. ByteImageCT2ByteYUVImageCT(const ImageC &) DoubleImageCT2ByteImageCT(const ImageC &) Double -> Byte (clipped to fit) RealYUVImageCT2RealRGBImageCT(const ImageC &) Real YUV -> RGB RealRGBImageCT2RealYUVImageCT(const ImageC &) Real RGB -> YUV ByteYUVImageCT2ByteImageCT(const ImageC &) Byte grey level to byte YUV colour image. RGBImageCT2ByteImageCT(const ImageC &) Byte colour to byte grey image. RGBImageCT2DoubleImageCT(const ImageC &) Byte Colour to double image. YUVImageCT2RGBImageCT(const ImageC &) Byte YUV to byte RGB image. RGBImageCT2YUVImageCT(const ImageC &) Byte RGB to byte YUV image.