|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <ImageProcessingList.h>


Public Member Functions | |
| virtual | ~ImageProcessingList ()=default |
| ImageProcessingList (const std::vector< std::shared_ptr< ImageProcessing< T > > > &processing_list) | |
| std::shared_ptr< Image< T > > | processImage (std::shared_ptr< Image< T > > image) const override |
| std::shared_ptr< Image< T > > | processImage (std::shared_ptr< Image< T > > image, std::shared_ptr< Image< T > > variance, T threshold) const override |
| Public Member Functions inherited from SourceXtractor::ImageProcessing< T > | |
| virtual | ~ImageProcessing ()=default |
Private Attributes | |
| std::vector< std::shared_ptr< ImageProcessing< T > > > | m_processing_list |
Definition at line 35 of file ImageProcessingList.h.
|
virtualdefault |
|
inlineexplicit |
Definition at line 39 of file ImageProcessingList.h.
|
inlineoverridevirtual |
Implements SourceXtractor::ImageProcessing< T >.
Definition at line 42 of file ImageProcessingList.h.
|
inlineoverride |
Definition at line 50 of file ImageProcessingList.h.
|
private |
Definition at line 60 of file ImageProcessingList.h.