Package | Description |
---|---|
edu.stanford.rsl.conrad.geometry.trajectories |
Contains classes to model trajectories, i.e.
|
edu.stanford.rsl.conrad.reconstruction |
Contains classes to implement different reconstruction algorithms.
|
edu.stanford.rsl.conrad.reconstruction.iterative |
Contains classes to implement different iterative reconstruction algorithms.
|
edu.stanford.rsl.conrad.rendering |
Contains classes that model different ray tracers.
|
edu.stanford.rsl.conrad.utils |
Contains various utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CircularTrajectory |
class |
ConfigFileBasedTrajectory
Abstract class to create config file-based geometry sources.
|
class |
DennerleinProjectionTableFileTrajectory
Class to read a projection file in Dennerlein Format.
|
class |
ExtrapolatedTrajectory |
class |
MultiSweepTrajectory |
class |
ProjectionTableFileTrajectory |
class |
SystemGeometryConfigFileTrajectory |
Modifier and Type | Method and Description |
---|---|
static Trajectory |
ConfigFileBasedTrajectory.openAsGeometrySource(java.lang.String filename,
Trajectory geometry) |
Modifier and Type | Method and Description |
---|---|
static ConfigFileBasedTrajectory[] |
ConfigFileBasedTrajectory.getGeometrySources(Trajectory model) |
static Trajectory |
ConfigFileBasedTrajectory.openAsGeometrySource(java.lang.String filename,
Trajectory geometry) |
Constructor and Description |
---|
CircularTrajectory(Trajectory source) |
ConfigFileBasedTrajectory(Trajectory model) |
DennerleinProjectionTableFileTrajectory(java.lang.String filename,
Trajectory model) |
DennerleinProjectionTableFileTrajectory(Trajectory model) |
ExtrapolatedTrajectory(Trajectory source) |
MultiSweepTrajectory(Trajectory geometry) |
ProjectionTableFileTrajectory(java.lang.String filename,
Trajectory model) |
ProjectionTableFileTrajectory(Trajectory model) |
SystemGeometryConfigFileTrajectory(java.lang.String filename,
Trajectory model) |
SystemGeometryConfigFileTrajectory(Trajectory model) |
Trajectory(Trajectory source)
Copy Constructor that reads the values of another Trajectory object.
|
Modifier and Type | Method and Description |
---|---|
Trajectory |
ReconstructionFilter.getGeometry() |
Trajectory |
ModelBasedIterativeReconstruction.getGeometry() |
Constructor and Description |
---|
DistanceDrivenBasedReconstruction(Trajectory dataTrajectory) |
ModelBasedIterativeReconstruction(Trajectory dataTraj) |
SeparableFootprintsBasedReconstruction(Trajectory dataTrajectory) |
Modifier and Type | Method and Description |
---|---|
Trajectory |
ModelBasedIterativeReconstruction.getGeometry() |
Constructor and Description |
---|
DistanceDrivenBasedReconstruction(Trajectory dataTrajectory) |
LeastSquaresCG(Trajectory dataTrajectory) |
ModelBasedIterativeReconstruction(Trajectory dataTraj) |
PenalizedLeastSquareART(Trajectory dataTrajectory) |
PenalizedLeastSquareART(Trajectory dataTrajectory,
int maxIterations) |
PenalizedLeastSquareART(Trajectory dataTrajectory,
int maxIterations,
float beta,
float delta) |
SeparableFootprintsBasedReconstruction(Trajectory dataTrajectory) |
Constructor and Description |
---|
RayDetector(Projection projection,
Trajectory geometry) |
Modifier and Type | Method and Description |
---|---|
Trajectory |
Configuration.getGeometry() |
static Trajectory |
Configuration.loadGeometrySource(Configuration config) |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setGeometry(Trajectory geometry) |