|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <memory>#include "SEFramework/Image/Image.h"#include "SEFramework/Image/ImageBase.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 | |
| 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 > > |
1.8.14