SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
Public Member Functions | |
po::options_description | defineSpecificProgramOptions () override |
std::shared_ptr< VectorImage< SeFloat > > | generateImage (int size) |
Elements::ExitCode | mainMethod (std::map< std::string, po::variable_value > &args) override |
template<typename BackgroundConvolution > | |
std::shared_ptr< VectorImage< SeFloat > > | benchmark (std::shared_ptr< VectorImage< SeFloat >> &image, std::shared_ptr< VectorImage< SeFloat >> &variance, std::shared_ptr< VectorImage< SeFloat >> &kernel, int repeat, int measures) |
void | verifyResults (std::shared_ptr< VectorImage< SeFloat >> a, std::shared_ptr< VectorImage< SeFloat >> b) |
![]() | |
Program ()=default | |
virtual | ~Program () |
virtual std::pair< OptionsDescription, PositionalOptionsDescription > | defineProgramArguments () |
virtual ExitCode | mainMethod (std::map< std::string, VariableValue > &args)=0 |
Private Attributes | |
std::default_random_engine | random_generator |
std::uniform_real_distribution< SeFloat > | random_dist {0, 1} |
Additional Inherited Members | |
![]() | |
typedef boost::program_options::options_description | options_description |
typedef boost::program_options::positional_options_description | positional_options_description |
typedef boost::program_options::variable_value | variable_value |
typedef boost::program_options::variables_map | variables_map |
typedef options_description | OptionsDescription |
typedef positional_options_description | PositionalOptionsDescription |
typedef variable_value | VariableValue |
typedef variables_map | VariablesMap |
typedef Elements::ExitCode | ExitCode |
typedef Elements::Logging | Logging |
Definition at line 50 of file BenchBackgroundConvolution.cpp.
|
inline |
Definition at line 123 of file BenchBackgroundConvolution.cpp.
References std::endl(), SourceXtractor::logger, and m.
|
inlineoverridevirtual |
Reimplemented from Elements::Program.
Definition at line 57 of file BenchBackgroundConvolution.cpp.
|
inline |
Definition at line 71 of file BenchBackgroundConvolution.cpp.
References SourceXtractor::VectorImage< T >::create(), x, and y.
|
inlineoverride |
Definition at line 81 of file BenchBackgroundConvolution.cpp.
References std::endl(), SourceXtractor::logger, and Elements::OK.
|
inline |
Definition at line 151 of file BenchBackgroundConvolution.cpp.
References e, SourceXtractor::isClose(), SourceXtractor::logger, x, and y.
|
private |
Definition at line 53 of file BenchBackgroundConvolution.cpp.
|
private |
Definition at line 52 of file BenchBackgroundConvolution.cpp.