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

Public Member Functions | |
| LabellingListener (const Segmentation &segmentation, std::shared_ptr< DetectionImageFrame > detection_frame) | |
| void | publishSource (std::unique_ptr< SourceInterface > source) const |
| void | notifyProgress (int position, int total) |
| void | requestProcessing (const ProcessSourcesEvent &event) |
Private Attributes | |
| const Segmentation & | m_segmentation |
| std::shared_ptr< DetectionImageFrame > | m_detection_frame |
Definition at line 83 of file Segmentation.h.
|
inline |
Definition at line 85 of file Segmentation.h.
References m_detection_frame, m_segmentation, and SourceXtractor::Segmentation::Segmentation().

|
inline |
Definition at line 96 of file Segmentation.h.
References m_segmentation.
|
inline |
Definition at line 89 of file Segmentation.h.
References m_detection_frame, m_segmentation, and std::move().
Referenced by SourceXtractor::AssocSegmentation::labelImage(), and SourceXtractor::BFSSegmentation::labelSource().

|
inline |
Definition at line 100 of file Segmentation.h.
References m_segmentation.
|
private |
Definition at line 106 of file Segmentation.h.
Referenced by LabellingListener(), and publishSource().
|
private |
Definition at line 105 of file Segmentation.h.
Referenced by LabellingListener(), notifyProgress(), publishSource(), and requestProcessing().