|
latest version v1.9 - last update 10 Apr 2010 |
|
Base class for all segmentation algorithms. More...
#include <ltiSegmentation.h>


Classes | |
| class | parameters |
| Parameters for all segmentation algorithms. More... | |
Public Member Functions | |
| segmentation () | |
| segmentation (const segmentation &other) | |
| virtual | ~segmentation () |
| segmentation & | copy (const segmentation &other) |
| virtual functor * | clone () const |
| virtual const char * | getTypeName () const |
Base class for all segmentation algorithms.
| lti::segmentation::segmentation | ( | ) | [inline] |
default constructor
| lti::segmentation::segmentation | ( | const segmentation & | other | ) | [inline] |
copy constructor
References copy().
| virtual lti::segmentation::~segmentation | ( | ) | [virtual] |
destructor
| virtual functor* lti::segmentation::clone | ( | ) | const [virtual] |
clone member
Implements 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::snake, lti::thresholdSegmentation, lti::watershedSegmentation, and lti::whiteningSegmentation.
| segmentation& lti::segmentation::copy | ( | const segmentation & | other | ) |
copy data of "other" functor.
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::snake, lti::thresholdSegmentation, lti::watershedSegmentation, and lti::whiteningSegmentation.
Referenced by segmentation().
| virtual const char* lti::segmentation::getTypeName | ( | ) | const [virtual] |
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.