public class Kollimator
extends java.lang.Object
| Constructor and Description |
|---|
Kollimator() |
Kollimator(int maxThetaIndex,
int maxSIndex)
This constructor is only necessary for 2-D Kollimation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyToGrid(Grid2D input,
int width)
This function collimates an existing projection image stack.
|
void |
applyToGrid(Grid3D input,
int width,
int height)
This function kollimates an existing projection image stack.
|
public Kollimator(int maxThetaIndex,
int maxSIndex)
maxThetaIndex - Number of projectionsmaxSIndex - Detector size in pixelspublic Kollimator()
public void applyToGrid(Grid2D input, int width)
input - The 2-D sinogramwidth - Kollimator widthpublic void applyToGrid(Grid3D input, int width, int height)
input - The projection images in a 3-D Gridwidth - Kollimator widthheight - Kollimator height