|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Just YUV with the colours re-arranged.
This is for compatability with SGI's formats.
Variables:
Methods:
- ByteVYUValueC()
-
Default constructor. 0,0,0
- ByteVYUValueC(GreyValueT v,GreyValueT y,GreyValueT u)
-
Constructor.
- ByteGreyValueT & Y()
-
Access intensity.
- ByteGreyValueT & U()
-
Access U component.
- ByteGreyValueT & V()
-
Access V component
- const ByteGreyValueT & Y() const
-
Access intensity.
- const ByteGreyValueT & U() const
-
Access U component.
- const ByteGreyValueT & V() const
-
Access V component
- ByteYUVValueC YUV() const
-
Translate to YUV.
- ByteVYUValueC operator+(const ByteVYUValueC & oth) const
-
Addition
- ByteVYUValueC operator/(ByteGreyValueT value) const
-
Division
- ByteVYUValueC operator*(ByteGreyValueT value) const
-
Multplication
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|