|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <InterpolatedImageSource.h>


Protected Member Functions | |
| void | generateTile (const std::shared_ptr< Image< T > > &image, ImageTileWithType< T > &tile, int x, int y, int width, int height) const override |
Protected Member Functions inherited from SourceXtractor::ProcessingImageSource< T > | |
| std::string | getImageRepr () const |
Private Member Functions | |
| T | getInterpolatedValue (const ImageChunk< T > &img, const ImageChunk< T > &var, int x, int y) const |
Private Attributes | |
| std::shared_ptr< WeightImage > | m_variance_map |
| WeightImage::PixelType | m_variance_threshold |
| int | m_interpolation_gap |
Interpolates an image using a variance map: substitute "bad" pixels with the nearest "good" one
Definition at line 35 of file InterpolatedImageSource.h.
|
inline |
Definition at line 37 of file InterpolatedImageSource.h.
|
inlineoverrideprotectedvirtual |
Implements SourceXtractor::ProcessingImageSource< T >.
Definition at line 55 of file InterpolatedImageSource.h.
References SourceXtractor::InterpolatedImageSource< T >::getInterpolatedValue(), SourceXtractor::InterpolatedImageSource< T >::m_interpolation_gap, SourceXtractor::InterpolatedImageSource< T >::m_variance_map, std::max(), std::min(), x, and y.

|
inlineprivate |
Definition at line 90 of file InterpolatedImageSource.h.
References SourceXtractor::InterpolatedImageSource< T >::m_interpolation_gap, SourceXtractor::InterpolatedImageSource< T >::m_variance_threshold, x, and y.
Referenced by SourceXtractor::InterpolatedImageSource< T >::generateTile().
|
inlineoverridevirtual |
Human readable representation of this source.
Implements SourceXtractor::ImageSource.
Definition at line 44 of file InterpolatedImageSource.h.
References SourceXtractor::ProcessingImageSource< T >::getImageRepr(), and SourceXtractor::InterpolatedImageSource< T >::m_variance_map.

|
inlineoverridevirtual |
Implements SourceXtractor::ImageSource.
Definition at line 48 of file InterpolatedImageSource.h.
References SourceXtractor::ImageTile::getTypeValue().

|
private |
Definition at line 88 of file InterpolatedImageSource.h.
Referenced by SourceXtractor::InterpolatedImageSource< T >::generateTile(), and SourceXtractor::InterpolatedImageSource< T >::getInterpolatedValue().
|
private |
Definition at line 86 of file InterpolatedImageSource.h.
Referenced by SourceXtractor::InterpolatedImageSource< T >::generateTile(), and SourceXtractor::InterpolatedImageSource< T >::getRepr().
|
private |
Definition at line 87 of file InterpolatedImageSource.h.
Referenced by SourceXtractor::InterpolatedImageSource< T >::getInterpolatedValue().