SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <BackgroundAnalyzer.h>
Public Member Functions | |
BackgroundModel (std::shared_ptr< Image< SeFloat >> background_level, std::shared_ptr< Image< SeFloat >> background_variance, SeFloat scaling_factor) | |
std::shared_ptr< Image< SeFloat > > | getLevelMap () const |
std::shared_ptr< Image< SeFloat > > | getVarianceMap () const |
SeFloat | getScalingFactor () const |
Private Attributes | |
std::shared_ptr< Image< SeFloat > > | m_background_level |
std::shared_ptr< Image< SeFloat > > | m_background_variance |
SeFloat | m_scaling_factor |
Definition at line 33 of file BackgroundAnalyzer.h.
|
inline |
Definition at line 36 of file BackgroundAnalyzer.h.
References SourceXtractor::FunctionalImage< T >::create(), m_background_variance, x, and y.
|
inline |
Definition at line 53 of file BackgroundAnalyzer.h.
References m_background_level.
|
inline |
Definition at line 61 of file BackgroundAnalyzer.h.
References m_scaling_factor.
|
inline |
Definition at line 57 of file BackgroundAnalyzer.h.
References m_background_variance.
|
private |
Definition at line 66 of file BackgroundAnalyzer.h.
Referenced by getLevelMap().
|
private |
Definition at line 67 of file BackgroundAnalyzer.h.
Referenced by BackgroundModel(), and getVarianceMap().
|
private |
Definition at line 68 of file BackgroundAnalyzer.h.
Referenced by getScalingFactor().