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

XVSegmentation Template Class Reference

The XVSegmentation takes images and does segmentation based on some user specified operation. More...

#include <XVSegmentation.h>

Inheritance diagram for XVSegmentation:

XVHueSeg XVRGBDistanceSeg List of all members.

Public Methods

Public Attributes

Protected Attributes

Private Types


Detailed Description

template<class T, class Y> template class XVSegmentation

The XVSegmentation takes images and does segmentation based on some user specified operation.

Examples include segmentation based on color, motion, shape, etc.

NOTE: The XVSegmentation class is abstract (it doesn't have a constructor). So it must be extended to be of any use. It just acts as a holder for functions that are general enough for all types of segmentation. Please see XVColorSeg.h and XVMotionSeg.h for further information.

Definition at line 71 of file XVSegmentation.h.


Member Typedef Documentation

template<classT, classY>
typedef T XVSegmentation<T, Y>::PIXELINTYPE [private]
 

Definition at line 73 of file XVSegmentation.h.

template<classT, classY>
typedef Y XVSegmentation<T, Y>::PIXELOUTTYPE [private]
 

Definition at line 74 of file XVSegmentation.h.


Member Function Documentation

template<classT, classY>
void XVSegmentation<T, Y>::setCheck ( bool(* pf)(const Y) ) [inline]
 

Definition at line 110 of file XVSegmentation.h.

template<classT, classY>
u_int * XVSegmentation<T, Y>::getHistogram ( ) [inline]
 

Definition at line 112 of file XVSegmentation.h.


Member Data Documentation

template<classT, classY>
int XVSegmentation<T, Y>::histSize [protected]
 

Definition at line 78 of file XVSegmentation.h.

template<classT, classY>
int XVSegmentation<T, Y>::histArraySize [protected]
 

Definition at line 79 of file XVSegmentation.h.

template<classT, classY>
u_int * XVSegmentation<T, Y>::histogram [protected]
 

Definition at line 80 of file XVSegmentation.h.

template<classT, classY>
LookupTable< T,Y >* XVSegmentation<T, Y>::lookup [protected]
 

Definition at line 81 of file XVSegmentation.h.


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