SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::LutzSegmentation Class Reference

#include <LutzSegmentation.h>

Inheritance diagram for SourceXtractor::LutzSegmentation:
Collaboration diagram for SourceXtractor::LutzSegmentation:

Public Member Functions

virtual ~LutzSegmentation ()=default
 Destructor.
 LutzSegmentation (std::shared_ptr< SourceFactory > source_factory, int window_size=0)
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.

References m_source_factory, and m_window_size.

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(), and LutzSegmentation().

◆ m_window_size

int SourceXtractor::LutzSegmentation::m_window_size
private

Definition at line 57 of file LutzSegmentation.h.

Referenced by labelImage(), and LutzSegmentation().


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