SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
#include <LutzSegmentation.h>
Public Member Functions | |
virtual | ~LutzSegmentation ()=default |
Destructor. More... | |
LutzSegmentation (std::shared_ptr< SourceFactory > source_factory, int window_size=0) | |
virtual void | labelImage (Segmentation::LabellingListener &listener, std::shared_ptr< const DetectionImageFrame > frame) override |
![]() | |
virtual | ~Labelling ()=default |
Labelling () | |
Private Attributes | |
std::shared_ptr< SourceFactory > | m_source_factory |
int | m_window_size |
Definition at line 39 of file LutzSegmentation.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 48 of file LutzSegmentation.h.
|
overridevirtual |
Implements SourceXtractor::Segmentation::Labelling.
Definition at line 73 of file LutzSegmentation.cpp.
References SourceXtractor::Lutz::labelImage(), m_source_factory, and m_window_size.
|
private |
Definition at line 57 of file LutzSegmentation.h.
Referenced by labelImage().
|
private |
Definition at line 58 of file LutzSegmentation.h.
Referenced by labelImage().