public class ParallelBackprojector2D
extends java.lang.Object
Constructor and Description |
---|
ParallelBackprojector2D(int imageSizeX,
int imageSizeY,
float pxSzXMM,
float pxSzYMM)
Sampling of projections is defined in the constructor.
|
Modifier and Type | Method and Description |
---|---|
Grid2D |
backprojectPixelDriven(Grid2D sino)
The pixel driven solution.
|
Grid2D |
backprojectRayDriven(Grid2D sino)
The ray driven solution.
|
public ParallelBackprojector2D(int imageSizeX, int imageSizeY, float pxSzXMM, float pxSzYMM)
imageSizeX
- imageSizeY
- pxSzXMM
- pxSzYMM
-