SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <BackgroundAnalyzer.h>
Public Member Functions | |
virtual | ~BackgroundAnalyzer ()=default |
virtual BackgroundModel | analyzeBackground (std::shared_ptr< DetectionImage > image, std::shared_ptr< WeightImage > variance_map, std::shared_ptr< Image< unsigned char >> mask, WeightImage::PixelType variance_threshold) const =0 |
Definition at line 71 of file BackgroundAnalyzer.h.
|
virtualdefault |
|
pure virtual |
Implemented in SourceXtractor::SE2BackgroundLevelAnalyzer, and SourceXtractor::SimpleBackgroundAnalyzer.