|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiSegmentation.h>
Inheritance diagram for lti::segmentation:


Public Member Functions | |
| segmentation () | |
| segmentation (const segmentation &other) | |
| virtual | ~segmentation () |
| segmentation & | copy (const segmentation &other) |
| virtual functor * | clone () const |
| virtual const char * | getTypeName () const |
Classes | |
| class | parameters |
| Parameters for all segmentation algorithms. More... | |
|
|
default constructor
|
|
|
copy constructor
|
|
|
destructor
|
|
|
|
copy data of "other" functor.
|
|
|
returns the name of this type
Reimplemented from lti::functor. Reimplemented in lti::backgroundModel, lti::boundingBox< T >, lti::coilBackgroundSegmentation, lti::colorACASegmentation, lti::csPresegmentation, lti::cwagmSegmentation, lti::kMeansSegmentation, lti::meanShiftSegmentation, lti::objectsFromMask, lti::quadTreeSegmentation, lti::regionGrowing, lti::thresholdSegmentation, lti::watershedSegmentation, and lti::whiteningSegmentation. |