SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
#include <ImageProcessing.h>
Public Member Functions | |
virtual | ~ImageProcessing ()=default |
virtual std::shared_ptr< Image< T > > | processImage (std::shared_ptr< Image< T >> image) const =0 |
Definition at line 32 of file ImageProcessing.h.
|
virtualdefault |
|
pure virtual |
Implemented in SourceXtractor::ImageProcessingList< T >.