SourceXtractorPlusPlus  0.16
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::LutzSegmentation Class Reference

#include <LutzSegmentation.h>

Inheritance diagram for SourceXtractor::LutzSegmentation:
[legend]
Collaboration diagram for SourceXtractor::LutzSegmentation:
[legend]

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
 
- Public Member Functions inherited from SourceXtractor::Segmentation::Labelling
virtual ~Labelling ()=default
 
 Labelling ()
 

Private Attributes

std::shared_ptr< SourceFactorym_source_factory
 
int m_window_size
 

Detailed Description

Definition at line 38 of file LutzSegmentation.h.

Constructor & Destructor Documentation

◆ ~LutzSegmentation()

virtual SourceXtractor::LutzSegmentation::~LutzSegmentation ( )
virtualdefault

Destructor.

◆ LutzSegmentation()

SourceXtractor::LutzSegmentation::LutzSegmentation ( std::shared_ptr< SourceFactory source_factory,
int  window_size = 0 
)
inlineexplicit

Definition at line 47 of file LutzSegmentation.h.

Member Function Documentation

◆ labelImage()

void SourceXtractor::LutzSegmentation::labelImage ( Segmentation::LabellingListener listener,
std::shared_ptr< const DetectionImageFrame frame 
)
overridevirtual

Implements SourceXtractor::Segmentation::Labelling.

Definition at line 79 of file LutzSegmentation.cpp.

References SourceXtractor::Lutz::labelImage(), m_source_factory, and m_window_size.

Here is the call graph for this function:

Member Data Documentation

◆ m_source_factory

std::shared_ptr<SourceFactory> SourceXtractor::LutzSegmentation::m_source_factory
private

Definition at line 56 of file LutzSegmentation.h.

Referenced by labelImage().

◆ m_window_size

int SourceXtractor::LutzSegmentation::m_window_size
private

Definition at line 57 of file LutzSegmentation.h.

Referenced by labelImage().


The documentation for this class was generated from the following files: