See: Description
Class | Description |
---|---|
AtractExample | |
AtractFilter1D |
This class combines the LaplacianKernel1D, the BorderRemoval1D and the residual AtractKernel1D
in order to enable reconstruction on truncated data
|
AtractFilter2D |
This class combines the LaplacianKernel2D, the BorderRemoval2D and the residual AtractKernel
in order to enable reconstruction on truncated data
|
AtractKernel1D |
This class implements the 1-D version of the ATRACT kernel.
|
AtractKernel1D_test |
This class implements the 1-D version of the ATRACT kernel.
|
AtractKernel2D |
This class implements the 2D kernel of the atract filter.
|
AtractWithBinaryWeight | |
BorderRemoval1D |
This class implements a method to remove the borders caused by the Collimator.
|
BorderRemoval2D |
This class implements a method to remove the borders caused by the Collimator.
|
DisplayAtract |
This class is an example implementation to show the usage of the atract filter.
|
Kollimator |
Class to simulate a collimation on existing projection images.
|
LaplaceKernel1D |
This class implements the 1-D version of the Laplacian Kernel ( 1 -2 1 )
|
LaplaceKernel2D |
This class implements the 2-D version of the Laplacian Kernel
( 0 -1 0 )
(-1 4 -1 )
( 0 -1 0 )
The 2D Atract filter requires this filter kernel as opposed to the inverse kernel.
|