SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
Protected Member Functions | |
std::string | getRepr () const override |
Human readable representation of this source. More... | |
void | generateTile (const std::shared_ptr< Image< WeightImage::PixelType >> &image, ImageTile< DetectionImage::PixelType > &tile, int x, int y, int width, int height) const final |
![]() | |
std::string | getImageRepr () const |
Private Attributes | |
WeightImageConfig::WeightType | m_weight_type |
WeightImage::PixelType | m_scaling |
Definition at line 143 of file WeightImageConfig.cpp.
|
inline |
Definition at line 145 of file WeightImageConfig.cpp.
|
inlinefinalprotectedvirtual |
Implements SourceXtractor::ProcessingImageSource< WeightImage::PixelType >.
Definition at line 155 of file WeightImageConfig.cpp.
References m_scaling, m_weight_type, SourceXtractor::WeightImageConfig::WEIGHT_TYPE_FROM_BACKGROUND, SourceXtractor::WeightImageConfig::WEIGHT_TYPE_RMS, SourceXtractor::WeightImageConfig::WEIGHT_TYPE_VARIANCE, SourceXtractor::WeightImageConfig::WEIGHT_TYPE_WEIGHT, x, and y.
|
inlineoverrideprotectedvirtual |
Human readable representation of this source.
Implements SourceXtractor::ImageSourceBase.
Definition at line 151 of file WeightImageConfig.cpp.
References SourceXtractor::ProcessingImageSource< WeightImage::PixelType >::getImageRepr().
|
private |
Definition at line 196 of file WeightImageConfig.cpp.
Referenced by generateTile().
|
private |
Definition at line 195 of file WeightImageConfig.cpp.
Referenced by generateTile().