Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

HueRangeTable Template Class Reference

The HueRangeTable class allows for fast lookup to find the hue of a given RGB value The table holds boolean values: true if the hue of the RGB pixel was within the desired range, false otherwise. More...

#include <XVColorSeg.h>

Inheritance diagram for HueRangeTable:

LookupTable List of all members.

Public Methods

Public Attributes

Protected Methods

Protected Attributes


Detailed Description

template<class T, class Y> template class HueRangeTable

The HueRangeTable class allows for fast lookup to find the hue of a given RGB value The table holds boolean values: true if the hue of the RGB pixel was within the desired range, false otherwise.

Definition at line 157 of file XVColorSeg.h.


Constructor & Destructor Documentation

template<classT, classY>
HueRangeTable<T, Y>::HueRangeTable<T, Y> ( HUERANGE range,
u_char dp,
u_char bp )
 

Definition at line 170 of file XVColorSeg.h.

template<classT, classY>
HueRangeTable<T, Y>::~HueRangeTable<T, Y> ( ) [inline]
 

Definition at line 176 of file XVColorSeg.h.


Member Function Documentation

template<classT, classY>
HUERANGE HueRangeTable<T, Y>::getRange ( ) [inline]
 

Definition at line 179 of file XVColorSeg.h.


Member Data Documentation

template<classT, classY>
u_char HueRangeTable<T, Y>::darkPix [protected]
 

Definition at line 162 of file XVColorSeg.h.

template<classT, classY>
u_char HueRangeTable<T, Y>::brightPix [protected]
 

Definition at line 162 of file XVColorSeg.h.

template<classT, classY>
HUERANGE HueRangeTable<T, Y>::hueRange
 

Definition at line 166 of file XVColorSeg.h.

template<classT, classY>
HueSectorTable< T,Y >* HueRangeTable<T, Y>::hueTable
 

Definition at line 168 of file XVColorSeg.h.


The documentation for this class was generated from the following file:
Generated at Thu Mar 29 22:37:28 2001 for XVision by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000