SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <Segmentation.h>
Public Member Functions | |
LabellingListener (const Segmentation &segmentation, std::shared_ptr< DetectionImageFrame > detection_frame) | |
void | publishSource (std::shared_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 94 of file Segmentation.h.
|
inline |
Definition at line 96 of file Segmentation.h.
|
inline |
Definition at line 105 of file Segmentation.h.
References m_segmentation.
Referenced by SourceXtractor::LutzLabellingListener::notifyProgress().
|
inline |
Definition at line 100 of file Segmentation.h.
References m_detection_frame, m_segmentation, and SourceXtractor::Observable< ProcessSourcesEvent >::notifyObservers().
Referenced by SourceXtractor::LutzLabellingListener::publishGroup().
|
inline |
Definition at line 109 of file Segmentation.h.
References m_segmentation.
Referenced by SourceXtractor::LutzLabellingListener::notifyProgress().
|
private |
Definition at line 115 of file Segmentation.h.
Referenced by publishSource().
|
private |
Definition at line 114 of file Segmentation.h.
Referenced by notifyProgress(), publishSource(), and requestProcessing().