SourceXtractorPlusPlus  0.13
Please provide a description of the project.
ImageProcessing.h
Go to the documentation of this file.
1 
17 /*
18  * ImageProcessing.h
19  *
20  * Created on: Sep 15, 2016
21  * Author: mschefer
22  */
23 
24 #ifndef _SEFRAMEWORK_IMAGE_IMAGEPROCESSING_H_
25 #define _SEFRAMEWORK_IMAGE_IMAGEPROCESSING_H_
26 
28 
29 namespace SourceXtractor {
30 
31 template<typename T>
33 public:
34  virtual ~ImageProcessing() = default;
35 
37 };
38 
40 
41 }
42 
43 #endif /* _SEFRAMEWORK_IMAGE_IMAGEPROCESSING_H_ */
std::shared_ptr
STL class.
SourceXtractor::Image
Interface representing an image.
Definition: Image.h:43
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::ImageProcessing
Definition: ImageProcessing.h:32
SourceXtractor::ImageProcessing::~ImageProcessing
virtual ~ImageProcessing()=default
Image.h
SourceXtractor::ImageProcessing::processImage
virtual std::shared_ptr< Image< T > > processImage(std::shared_ptr< Image< T >> image) const =0