SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameConfig.h
Go to the documentation of this file.
1
17
18#ifndef _SEIMPLEMENTATION_DETECTIONFRAMECONFIG_H
19#define _SEIMPLEMENTATION_DETECTIONFRAMECONFIG_H
20
21#include "Configuration/Configuration.h"
23
24namespace SourceXtractor {
25
32 public:
33
37 virtual ~DetectionFrameConfig() = default;
38
40 explicit DetectionFrameConfig(long manager_id);
41
42// std::map<std::string, Configuration::OptionDescriptionList> getProgramOptions() override;
43
44 void initialize(const UserValues& args) override;
45
49
50private:
52};
53
54} /* namespace SourceXtractor */
55
56
57#endif // _SEIMPLEMENTATION_DETECTIONFRAMECONFIG_H
std::map< std::string, boost::program_options::variable_value > UserValues
const std::vector< std::shared_ptr< DetectionImageFrame > > & getDetectionFrames() const
std::vector< std::shared_ptr< DetectionImageFrame > > m_frames
virtual ~DetectionFrameConfig()=default
Destructor.
void initialize(const UserValues &args) override
DetectionFrameConfig(long manager_id)
Constructs a new DetectionFrameConfig object.