User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
ByteYUVValueC::ByteYUVValueC(void)
ByteYUVValueC::ByteYUVValueC(GreyValueT,GreyValueT,GreyValueT)
ByteYUVValueC::ByteYUVValueC(const ByteYUVValueC &)
ByteYUVValueC::ByteYUVValueC(const YUVValueC &)
ByteYUVValueC::ByteYUVValueC(const YUVPointC &)
ByteYUVValueC::Set(GreyValueT,GreyValueT,GreyValueT)
ByteYUVValueC::Y(void)
ByteYUVValueC::U(void)
ByteYUVValueC::V(void)
ByteYUVValueC::Y(void) const
ByteYUVValueC::U(void) const
ByteYUVValueC::V(void) const
ByteYUVValueC::operator==(const ByteYUVValueC &) const
ByteYUVValueC::IsSaturated(void) const
ByteYUVValueC::AbsDistance(const ByteYUVValueC &) const
ByteYUVValueC::operator+=(const ByteYUVValueC &)
ByteYUVValueC::operator-=(const ByteYUVValueC &)
ByteYUVValueC
 
Color in YUV space
 
include "amma/YUVValue.hh"
User Level:Default
Library:Mpxl
Example: doNumClassComb.cc
Section:Image.Pixel Representations
In Scope:std

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