|
SIRF
3.7.0
|
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. | |
Abstract resampling base class.
If multiple transformations are set, they will be used in the order that they have been added. i.e., Trans3(Trans2(Trans1(x))).