SIRF  3.8.0
Classes | Namespaces
Resample.h File Reference

Abstract resampling base class. More...

#include <vector>
#include <memory>
#include "sirf/Reg/Transformation.h"
#include "sirf/iUtilities/iutilities.h"
#include "sirf/common/JacobiCG.h"

Go to the source code of this file.

Classes

class  sirf::Resampler< dataType >
 
class  sirf::BFOperator< dataType >
 Backward projection of the forward projected image. More...
 

Namespaces

 sirf
 Abstract base class for SIRF image data.
 

Detailed Description

Abstract resampling base class.

Author
Richard Brown
SyneRBI

If multiple transformations are set, they will be used in the order that they have been added. i.e., Trans3(Trans2(Trans1(x))).

Author
Richard Brown
SyneRBI