SourceXtractorPlusPlus  0.12
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs
ProcessedImage.h File Reference
#include <memory>
#include "SEFramework/Image/Image.h"
#include "SEFramework/Image/ImageBase.h"
#include "SEFramework/Image/ConstantImage.h"
#include "SEFramework/Image/VectorImage.h"
Include dependency graph for ProcessedImage.h:
This graph shows which files directly or indirectly include this file:

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

 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 >>