|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
The class ColorImageAC performes a conversion between two color
images using different representations.
Derived Classes:
Methods:
- ColorImageAC()
-
Creates a virtual table.
- ColorImageAC(const ColorImageAC & im)
-
Copy constructor.
- const ColorImageAC & operator=(const ColorImageAC & im)
-
Assigment.
- ~ColorImageAC()
-
Desctructor.
Image conversions.
------------------
- ByteImageCnvC Y()
-
Returns the intensity byte image.
- ByteImageCnvC Red()
-
Returns the intensity byte image of the red component.
- ByteImageCnvC Green()
-
Returns the intensity byte image of the green component.
- ByteImageCnvC Blue()
-
Returns the intensity byte image of the blue component.
- DoubleImageCnvC RealY()
-
Returns the intensity double image.
- DoubleImageCnvC RealRed()
-
Returns the intensity double image of the red component.
- DoubleImageCnvC RealGreen()
-
Returns the intensity double image of the green component.
- DoubleImageCnvC RealBlue()
-
Returns the intensity double image of the blue component.
- RGBImageCnvC Rgb()
-
Returns the image of byte RGB values.
- RealRGBImageCnvC RealRgb()
-
Returns the image of real RGB values.
- YUVImageCnvC Yuv()
-
Returns the image of byte YUV values.
- RealYUVImageCnvC RealYuv()
-
Returns the image of real YUV values.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|