SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <ImageProcessingList.h>
Public Member Functions | |
virtual | ~ImageProcessingList ()=default |
ImageProcessingList (const std::vector< std::shared_ptr< ImageProcessing< T >>> &processing_list) | |
virtual std::shared_ptr< Image < T > > | processImage (std::shared_ptr< Image< T >> image) const override |
virtual std::shared_ptr< Image < T > > | processImage (std::shared_ptr< Image< T >> image, std::shared_ptr< Image< T >> variance, T threshold) const override |
![]() | |
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.
References SourceXtractor::ImageProcessingList< T >::m_processing_list.
|
inlineoverridevirtual |
Definition at line 50 of file ImageProcessingList.h.
References SourceXtractor::ImageProcessingList< T >::m_processing_list.
|
private |
Definition at line 60 of file ImageProcessingList.h.
Referenced by SourceXtractor::ImageProcessingList< T >::processImage().