SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DetectionFrameConfig.h
Go to the documentation of this file.
1 
18 #ifndef _SEIMPLEMENTATION_DETECTIONFRAMECONFIG_H
19 #define _SEIMPLEMENTATION_DETECTIONFRAMECONFIG_H
20 
23 
24 namespace 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 
47  return m_frames;
48  }
49 
50 private:
52 };
53 
54 } /* namespace SourceXtractor */
55 
56 
57 #endif // _SEIMPLEMENTATION_DETECTIONFRAMECONFIG_H
std::vector< std::shared_ptr< DetectionImageFrame > > m_frames
const std::vector< std::shared_ptr< DetectionImageFrame > > & getDetectionFrames() const
STL class.
virtual ~DetectionFrameConfig()=default
Destructor.
DetectionFrameConfig(long manager_id)
Constructs a new DetectionFrameConfig object.
void initialize(const UserValues &args) override
Provides combined detection frame.