Package | Description |
---|---|
edu.stanford.rsl.conrad.geometry |
Contains classes to describe various projection geometries.
|
edu.stanford.rsl.conrad.geometry.trajectories |
Contains classes to model trajectories, i.e.
|
edu.stanford.rsl.conrad.phantom.workers |
Contains classes that model the worker threads of the phantom renderers.
|
edu.stanford.rsl.conrad.rendering |
Contains classes that model different ray tracers.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
General.projectVolumeToProjection(PointND min,
PointND max,
Projection proj)
Computes the convex hull of the projection of the eight corners of the volume to the projection.
|
Modifier and Type | Method and Description |
---|---|
Projection[] |
Trajectory.getProjectionMatrices() |
Projection |
Trajectory.getProjectionMatrix(int i) |
Modifier and Type | Method and Description |
---|---|
void |
Trajectory.setProjectionMatrices(Projection[] projectionMatrices) |
Modifier and Type | Method and Description |
---|---|
ij.process.FloatProcessor |
AnalyticPhantomProjectorWorker.raytraceScene(PrioritizableScene phantomScene,
Projection projection) |
Constructor and Description |
---|
RayDetector(Projection projection) |
RayDetector(Projection projection,
Trajectory geometry) |