|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
Provides combined detection frame. More...
#include <DetectionFrameConfig.h>


Public Member Functions | |
| virtual | ~DetectionFrameConfig ()=default |
| Destructor. | |
| DetectionFrameConfig (long manager_id) | |
| Constructs a new DetectionFrameConfig object. | |
| void | initialize (const UserValues &args) override |
| const std::vector< std::shared_ptr< DetectionImageFrame > > & | getDetectionFrames () const |
Public Member Functions inherited from Euclid::Configuration::Configuration | |
| Configuration (long manager_id) | |
| virtual | ~Configuration ()=default |
| virtual std::map< std::string, OptionDescriptionList > | getProgramOptions () |
| virtual void | preInitialize (const UserValues &args) |
| virtual void | postInitialize (const UserValues &args) |
| const std::set< std::type_index > & | getDependencies () |
| State & | getCurrentState () |
| State | getCurrentState () const |
Private Attributes | |
| std::vector< std::shared_ptr< DetectionImageFrame > > | m_frames |
Additional Inherited Members | |
Public Types inherited from Euclid::Configuration::Configuration | |
| enum | State |
| typedef std::vector< boost::program_options::option_description > | OptionDescriptionList |
| typedef std::map< std::string, boost::program_options::variable_value > | UserValues |
Protected Member Functions inherited from Euclid::Configuration::Configuration | |
| void | declareDependency () |
| T & | getDependency () |
| const T & | getDependency () const |
Provides combined detection frame.
Definition at line 31 of file DetectionFrameConfig.h.
|
virtualdefault |
Destructor.
|
explicit |
Constructs a new DetectionFrameConfig object.
Definition at line 41 of file DetectionFrameConfig.cpp.
|
inline |
Definition at line 46 of file DetectionFrameConfig.h.
References m_frames.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 48 of file DetectionFrameConfig.cpp.
References SourceXtractor::ConstantImage< T >::create(), SourceXtractor::CheckImages::getInstance(), SourceXtractor::LayerFilteredImage, SourceXtractor::LayerSignalToNoiseMap, SourceXtractor::LayerThresholdedImage, SourceXtractor::LayerVarianceMap, and m_frames.

|
private |
Definition at line 51 of file DetectionFrameConfig.h.
Referenced by getDetectionFrames(), and initialize().