STIR  6.2.0
Files | Classes
Collaboration diagram for Image processors:

Files

file  HUToMuImageProcessor.cxx
 Implementation of class stir::HUToMuImageProcessor.
 
file  MaximalImageFilter3D.cxx
 Implementations for class stir::MaximalImageFilter3D.
 
file  MedianImageFilter3D.cxx
 Implementations for class stir::MedianImageFilter3D.
 
file  MinimalImageFilter3D.cxx
 Implementations for class MinimalImageFilter3D.
 
file  NonseparableConvolutionUsingRealDFTImageFilter.cxx
 Implementations for class stir::NonseparableConvolutionUsingRealDFTImageFilter.
 
file  SeparableCartesianMetzImageFilter.cxx
 Implementations for class stir::SeparableCartesianMetzImageFilter.
 
file  SeparableConvolutionImageFilter.cxx
 Implementation of class stir::SeparableConvolutionImageFilter.
 
file  SeparableGaussianImageFilter.cxx
 Implementations for class stir::SeparableGaussianImageFilter.
 
file  TruncateToCylindricalFOVImageProcessor.cxx
 Implementations for class stir::TruncateToCylindricalFOVImageProcessor.
 
file  multiply_plane_scale_factorsImageProcessor.cxx
 Implementations for class stir::multiply_plane_scale_factorsImageProcessor.
 
file  Transform3DObjectImageProcessor.cxx
 Implementation of class stir::Transform3DObjectImageProcessor.
 
file  HUToMuImageProcessor.h
 Declaration of class stir::HUToMuImageProcessor.
 
file  MaximalImageFilter3D.h
 Implementations for class stir::MaximalImageFilter3D.
 
file  MedianImageFilter3D.h
 Declaration of class stir::MedianImageFilter3D.h.
 
file  MinimalImageFilter3D.h
 Implementations for class MinimalImageFilter3D.
 
file  NonseparableConvolutionUsingRealDFTImageFilter.h
 Declaration of class NonseparableConvolutionUsingRealDFTImageFilter.
 
file  SeparableCartesianMetzImageFilter.h
 Declaration of class stir::SeparableCartesianMetzImageFilter.
 
file  SeparableConvolutionImageFilter.h
 Declaration of class stir::SeparableConvolutionImageFilter.
 
file  SeparableGaussianArrayFilter.h
 Declaration of class stir::SeparableGaussianArrayFilter.
 
file  TruncateToCylindricalFOVImageProcessor.h
 Declaration of class stir::TruncateToCylindricalFOVImageProcessor.
 
file  Transform3DObjectImageProcessor.h
 Declaration of class stir::Transform3DObjectImageProcessor.
 
file  multiply_plane_scale_factorsImageProcessor.h
 Declaration of class multiply_plane_scale_factorsImageProcessor.
 

Classes

class  stir::HUToMuImageProcessor< TargetT >
 A class in the DataProcessor hierarchy that convert from Hounsfield Units to mu-values. More...
 
class  stir::MaximalImageFilter3D< elemT >
 A class in the ImageProcessor hierarchy that implements maximal filtering. More...
 
class  stir::MedianImageFilter3D< elemT >
 A class in the ImageProcessor hierarchy that implements median filtering. More...
 
class  stir::MinimalImageFilter3D< elemT >
 A class in the ImageProcessor hierarchy that implements minimal filtering. More...
 
class  stir::NonseparableConvolutionUsingRealDFTImageFilter< elemT >
 A class derived from DataProcessor for performing separable periodic convolutions with an array kernel. More...
 
class  stir::SeparableCartesianMetzImageFilter< elemT >
 A class in the DataProcessor hierarchy that implements Metz filtering (which includes Gaussian filtering). More...
 
class  stir::SeparableConvolutionImageFilter< elemT >
 A class derived from DataProcessor for performing separable non-periodic convolutions. More...
 
class  stir::SeparableGaussianImageFilter< elemT >
 A class in the DataProcessor hierarchy that implements Gaussian filtering. More...
 
class  stir::TruncateToCylindricalFOVImageProcessor< elemT >
 A class in the DataProcessor hierarchy that sets voxels to 0 outside a given radius. More...
 
class  stir::Transform3DObjectImageProcessor< elemT >
 A class in the ImageProcessor hierarchy that performs movement by reinterpolation. More...
 

Detailed Description

See also
Doxygen group Data processors for other members!

A hierarchy of classes for performing image processing. Mechanisms for parsing are provided such that different image processors can be selected at run-time.