SourceXtractorPlusPlus
0.14
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, ImageTileWithType< WeightImage::PixelType > &tile, int x, int y, int width, int height) const final |
void | generateFromWeight (ImageTileWithType< WeightImage::PixelType > &tile, int width, int height, const ImageChunk< WeightImage::PixelType > &image_chunk) const |
void | generateFromVariance (ImageTileWithType< WeightImage::PixelType > &tile, int width, int height, const ImageChunk< WeightImage::PixelType > &image_chunk) const |
void | generateFromRms (ImageTileWithType< WeightImage::PixelType > &tile, int width, int height, const ImageChunk< WeightImage::PixelType > &image_chunk) const |
![]() | |
std::string | getImageRepr () const |
Private Attributes | |
WeightImageConfig::WeightType | m_weight_type |
WeightImage::PixelType | m_scaling |
Definition at line 145 of file WeightImageConfig.cpp.
|
inline |
Definition at line 147 of file WeightImageConfig.cpp.
|
inlineprotected |
Definition at line 204 of file WeightImageConfig.cpp.
References SourceXtractor::ImageTileWithType< T >::getImage(), SourceXtractor::ImageChunk< T >::getValue(), ModelFitting::height, and ModelFitting::width.
|
inlineprotected |
Definition at line 193 of file WeightImageConfig.cpp.
References SourceXtractor::ImageTileWithType< T >::getImage(), SourceXtractor::ImageChunk< T >::getValue(), ModelFitting::height, and ModelFitting::width.
|
inlineprotected |
Definition at line 177 of file WeightImageConfig.cpp.
References SourceXtractor::ImageTileWithType< T >::getImage(), SourceXtractor::ImageChunk< T >::getValue(), ModelFitting::height, and ModelFitting::width.
|
inlinefinalprotectedvirtual |
Implements SourceXtractor::ProcessingImageSource< WeightImage::PixelType >.
Definition at line 157 of file WeightImageConfig.cpp.
References ModelFitting::height, SourceXtractor::WeightImageConfig::m_weight_type, SourceXtractor::WeightImageConfig::WEIGHT_TYPE_FROM_BACKGROUND, SourceXtractor::WeightImageConfig::WEIGHT_TYPE_RMS, SourceXtractor::WeightImageConfig::WEIGHT_TYPE_VARIANCE, SourceXtractor::WeightImageConfig::WEIGHT_TYPE_WEIGHT, ModelFitting::width, x, and y.
|
inlineoverrideprotectedvirtual |
Human readable representation of this source.
Implements SourceXtractor::ImageSource.
Definition at line 153 of file WeightImageConfig.cpp.
|
private |
Definition at line 217 of file WeightImageConfig.cpp.
|
private |
Definition at line 216 of file WeightImageConfig.cpp.