|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <LutzSegmentation.h>


Public Member Functions | |
| virtual | ~LutzSegmentation ()=default |
| Destructor. | |
| LutzSegmentation (std::shared_ptr< SourceFactory > source_factory, int window_size=0) | |
| void | labelImage (Segmentation::LabellingListener &listener, std::shared_ptr< const DetectionImageFrame > frame) override |
| Public Member Functions inherited from SourceXtractor::Segmentation::Labelling | |
| virtual | ~Labelling ()=default |
| Labelling () | |
Private Attributes | |
| std::shared_ptr< SourceFactory > | m_source_factory |
| int | m_window_size |
Definition at line 38 of file LutzSegmentation.h.
|
virtualdefault |
Destructor.
|
inlineexplicit |
Definition at line 47 of file LutzSegmentation.h.
References m_source_factory, and m_window_size.
|
overridevirtual |
Implements SourceXtractor::Segmentation::Labelling.
Definition at line 79 of file LutzSegmentation.cpp.
References SourceXtractor::Lutz::labelImage(), m_source_factory, and m_window_size.

|
private |
Definition at line 56 of file LutzSegmentation.h.
Referenced by labelImage(), and LutzSegmentation().
|
private |
Definition at line 57 of file LutzSegmentation.h.
Referenced by labelImage(), and LutzSegmentation().