public class ParallelProjector2D
extends java.lang.Object
Constructor and Description |
---|
ParallelProjector2D(double maxTheta,
double deltaTheta,
double maxS,
double deltaS)
Sampling of projections is defined in the constructor.
|
Modifier and Type | Method and Description |
---|---|
Grid2D |
projectPixelDriven(Grid2D grid)
The pixel driven solution.
|
Grid2D |
projectRayDriven(Grid2D grid)
The ray driven solution.
|
Grid2D |
projectRayDrivenCL(Grid2D grid) |
public ParallelProjector2D(double maxTheta, double deltaTheta, double maxS, double deltaS)
maxTheta
- the angular range in radiansdeltaTheta
- the angular step size in radiansmaxS
- the detector size in [mm]deltaS
- the detector element size in [mm]