SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
ProcessedImage.h File Reference
#include <memory>
#include "SEFramework/Image/Image.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

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