SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
ProcessedImage.h File Reference
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>>