STIR  6.2.0
Namespaces | Functions | Variables
ModifiedInverseAveragingImageFilterAll.cxx File Reference

Implementations for class ModifiedInverseAveragingImageFilterAll. More...

#include "stir_experimental/ModifiedInverseAveragingImageFilterAll.h"
#include "stir/IndexRange3D.h"
#include "stir/ProjDataFromStream.h"
#include "stir/IO/interfile.h"
#include "stir/CartesianCoordinate3D.h"
#include "stir/RelatedViewgrams.h"
#include "stir_experimental/fft.h"
#include "stir_experimental/ArrayFilter2DUsingConvolution.h"
#include "stir_experimental/recon_buildblock/ProjMatrixByDenselUsingRayTracing.h"
#include "stir/CPUTimer.h"
#include "stir/SegmentByView.h"
#include "stir/info.h"
#include "stir/warning.h"
#include "stir/error.h"
#include "stir/round.h"
#include <iostream>
#include <fstream>
#include <algorithm>
#include "stir_experimental/local_helping_functions.h"
#include "stir_experimental/fwd_and_bck_manipulation_for_SAF.h"

Namespaces

 stir
 Namespace for the STIR library (and some/most of its applications)
 

Functions

void stir::construct_scaled_filter_coefficients_3D (VectorWithOffset< VectorWithOffset< VectorWithOffset< float >>> &new_filter_coefficients_3D_array, VectorWithOffset< float > kernel_1d, const float kapa0_over_kapa1)
 
void stir::construct_scaled_filter_coefficients_2D (Array< 2, float > &new_filter_coefficients_2D_array, VectorWithOffset< float > kernel_1d, const float kapa0_over_kapa1)
 
void stir::construct_scaled_filter_coefficients_3D (Array< 3, float > &new_filter_coefficients_3D_array, VectorWithOffset< float > kernel_1d, const float kapa0_over_kapa1)
 

Variables

template stir::ModifiedInverseAveragingImageFilterAll< float >
 

Detailed Description

Implementations for class ModifiedInverseAveragingImageFilterAll.

Author
Sanida Mustafovic
Kris Thielemans