|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Variables:
Methods:
- ByteYUVValueC()
-
- ByteYUVValueC(GreyValueT y,GreyValueT u,GreyValueT v)
-
- ByteYUVValueC(const ByteYUVValueC & yuv)
-
- ByteYUVValueC(const YUVValueC & yuv)
-
- ByteYUVValueC(const YUVPointC & yuv)
-
- const ByteYUVValueC & Set(GreyValueT y,GreyValueT u,GreyValueT v)
-
- ByteGreyValueT & Y()
-
- SByteGreyValueT & U()
-
- SByteGreyValueT & V()
-
- const ByteGreyValueT & Y() const
-
- const SByteGreyValueT & U() const
-
- const SByteGreyValueT & V() const
-
- BooleanT operator==(const ByteYUVValueC & yuv) const
-
- BooleanT IsSaturated() const
-
- IntT AbsDistance(const ByteYUVValueC & yuv) const
-
- const ByteYUVValueC & operator+=(const ByteYUVValueC & yuv)
-
Adds 'yuv' color to this color and truncates this color.
- const ByteYUVValueC & operator-=(const ByteYUVValueC & rgb)
-
Subtracts 'yuv' color from this color and truncates this color.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|