|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <memory>#include "SEFramework/Image/Image.h"#include "SEFramework/Image/ConstantImage.h"#include "SEFramework/Image/VectorImage.h"

Go to the source code of this file.
Classes | |
| class | SourceXtractor::ProcessedImage< T, P > |
| Processes two images to create a third combining them by using any function. More... | |
| struct | SourceXtractor::SubtractOperation< T > |
| struct | SourceXtractor::MultiplyOperation< T > |
| struct | SourceXtractor::SnrOperation< T > |
Namespaces | |
| namespace | SourceXtractor |
Typedefs | |
| template<typename T > | |
| using | SourceXtractor::SubtractImage = ProcessedImage<T, SubtractOperation<T>> |
| template<typename T > | |
| using | SourceXtractor::MultiplyImage = ProcessedImage<T, MultiplyOperation<T>> |
| template<typename T > | |
| using | SourceXtractor::SnrImage = ProcessedImage<T, SnrOperation<T>> |