SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
AssocSegmentation.h
Go to the documentation of this file.
1/*
2 * AssocSegmentation.h
3 *
4 * Created on: Sep 6, 2022
5 * Author: mschefer
6 */
7
8#ifndef _SEIMPLEMENTATION_SEGMENTATION_ASSOCSEGMENTATION_H_
9#define _SEIMPLEMENTATION_SEGMENTATION_ASSOCSEGMENTATION_H_
10
12
15
17
18namespace SourceXtractor {
19
20
41
42}
43
44#endif /* _SEIMPLEMENTATION_SEGMENTATION_ASSOCSEGMENTATION_H_ */
virtual ~AssocSegmentation()=default
std::shared_ptr< SourceFactory > m_source_factory
AssocSegmentation(std::shared_ptr< SourceFactory > source_factory, std::vector< AssocModeConfig::CatalogEntry > source_list)
std::vector< AssocModeConfig::CatalogEntry > m_source_list
void labelImage(Segmentation::LabellingListener &listener, std::shared_ptr< const DetectionImageFrame > frame) override