|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
Implements a Segmentation based on CNN. More...
#include <AssocSegmentation.h>


Public Member Functions | |
| virtual | ~AssocSegmentation ()=default |
| AssocSegmentation (std::shared_ptr< SourceFactory > source_factory, std::vector< AssocModeConfig::CatalogEntry > source_list) | |
| 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 |
| std::vector< AssocModeConfig::CatalogEntry > | m_source_list |
Implements a Segmentation based on CNN.
Definition at line 25 of file AssocSegmentation.h.
|
virtualdefault |
|
inline |
Definition at line 30 of file AssocSegmentation.h.
References m_source_factory, and m_source_list.
|
overridevirtual |
Implements SourceXtractor::Segmentation::Labelling.
Definition at line 29 of file AssocSegmentation.cpp.
References m_source_factory, m_source_list, std::move(), and SourceXtractor::Segmentation::LabellingListener::publishSource().

|
private |
Definition at line 38 of file AssocSegmentation.h.
Referenced by AssocSegmentation(), and labelImage().
|
private |
Definition at line 39 of file AssocSegmentation.h.
Referenced by AssocSegmentation(), and labelImage().