SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SourceXtractor::AssocSegmentation Class Reference

Implements a Segmentation based on CNN. More...

#include <AssocSegmentation.h>

Inheritance diagram for SourceXtractor::AssocSegmentation:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::AssocSegmentation:
Collaboration graph
[legend]

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< SourceFactorym_source_factory
 
std::vector< AssocModeConfig::CatalogEntrym_source_list
 

Detailed Description

Implements a Segmentation based on CNN.

Definition at line 25 of file AssocSegmentation.h.

Constructor & Destructor Documentation

◆ ~AssocSegmentation()

virtual SourceXtractor::AssocSegmentation::~AssocSegmentation ( )
virtualdefault

◆ AssocSegmentation()

SourceXtractor::AssocSegmentation::AssocSegmentation ( std::shared_ptr< SourceFactory > source_factory,
std::vector< AssocModeConfig::CatalogEntry > source_list )
inline

Definition at line 30 of file AssocSegmentation.h.

Member Function Documentation

◆ labelImage()

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

Implements SourceXtractor::Segmentation::Labelling.

Definition at line 29 of file AssocSegmentation.cpp.

References m_source_factory, m_source_list, and std::move().

Here is the call graph for this function:

Member Data Documentation

◆ m_source_factory

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

Definition at line 38 of file AssocSegmentation.h.

Referenced by labelImage().

◆ m_source_list

std::vector<AssocModeConfig::CatalogEntry> SourceXtractor::AssocSegmentation::m_source_list
private

Definition at line 39 of file AssocSegmentation.h.

Referenced by labelImage().


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