SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::ImageProcessingList< T > Class Template Reference

#include <ImageProcessingList.h>

Inheritance diagram for SourceXtractor::ImageProcessingList< T >:
Collaboration diagram for SourceXtractor::ImageProcessingList< T >:

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

Detailed Description

template<typename T>
class SourceXtractor::ImageProcessingList< T >

Definition at line 35 of file ImageProcessingList.h.

Constructor & Destructor Documentation

◆ ~ImageProcessingList()

template<typename T>
virtual SourceXtractor::ImageProcessingList< T >::~ImageProcessingList ( )
virtualdefault

◆ ImageProcessingList()

template<typename T>
SourceXtractor::ImageProcessingList< T >::ImageProcessingList ( const std::vector< std::shared_ptr< ImageProcessing< T > > > & processing_list)
inlineexplicit

Definition at line 39 of file ImageProcessingList.h.

Member Function Documentation

◆ processImage() [1/2]

template<typename T>
std::shared_ptr< Image< T > > SourceXtractor::ImageProcessingList< T >::processImage ( std::shared_ptr< Image< T > > image) const
inlineoverridevirtual

Implements SourceXtractor::ImageProcessing< T >.

Definition at line 42 of file ImageProcessingList.h.

◆ processImage() [2/2]

template<typename T>
std::shared_ptr< Image< T > > SourceXtractor::ImageProcessingList< T >::processImage ( std::shared_ptr< Image< T > > image,
std::shared_ptr< Image< T > > variance,
T threshold ) const
inlineoverride

Definition at line 50 of file ImageProcessingList.h.

Member Data Documentation

◆ m_processing_list

template<typename T>
std::vector<std::shared_ptr<ImageProcessing<T> > > SourceXtractor::ImageProcessingList< T >::m_processing_list
private

Definition at line 60 of file ImageProcessingList.h.


The documentation for this class was generated from the following file: