Base class for segmentation algorithms. More...
#include <Neuro/EnvSegmenter.H>
Public Member Functions | |
EnvSegmenter (OptionManager &mgr, const std::string &descrName, const std::string &tagName) | |
virtual Rectangle | getFoa (const Image< PixRGB< byte > > &rgbin, const Point2D< int > ¢er, Image< byte > *foamask, Image< PixRGB< byte > > *segmentdisp) const =0 |
Base class for segmentation algorithms.
Definition at line 50 of file EnvSegmenter.H.