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.
|
Modifier and Type | Method and Description |
---|---|
static Projection.CameraAxisDirection |
Projection.CameraAxisDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Projection.CameraAxisDirection[] |
Projection.CameraAxisDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
Projection.setRtFromCircularTrajectory(SimpleVector rotationCenter,
SimpleVector rotationAxis,
double sourceToAxisDistance,
SimpleVector centerToCameraAtZeroAngle,
Projection.CameraAxisDirection uDirection,
Projection.CameraAxisDirection vDirection,
double rotationAngle)
Constructs the extrinsic parameters (R and t) of this projection from the extrensic parameters
source-to-isocenter distance, rotation axis, rotation angle, and viewing axis.
|
Modifier and Type | Method and Description |
---|---|
Projection.CameraAxisDirection |
Trajectory.getDetectorUDirection() |
Projection.CameraAxisDirection |
Trajectory.getDetectorVDirection() |
Modifier and Type | Method and Description |
---|---|
void |
Trajectory.setDetectorUDirection(Projection.CameraAxisDirection detectorUDirection) |
void |
Trajectory.setDetectorVDirection(Projection.CameraAxisDirection detectorVDirection) |
void |
CircularTrajectory.setTrajectory(int numProjectionMatrices,
double sourceToAxisDistance,
double averageAngularIncrement,
double detectorOffsetX,
double detectorOffsetY,
Projection.CameraAxisDirection uDirection,
Projection.CameraAxisDirection vDirection,
SimpleVector rotationAxis) |