|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Projection.CameraAxisDirection | |
---|---|
edu.stanford.rsl.konrad.geometry | Contains classes to describe various projection geometries. |
edu.stanford.rsl.konrad.geometry.trajectories |
Uses of Projection.CameraAxisDirection in edu.stanford.rsl.konrad.geometry |
---|
Methods in edu.stanford.rsl.konrad.geometry that return Projection.CameraAxisDirection | |
---|---|
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. |
Methods in edu.stanford.rsl.konrad.geometry with parameters of type Projection.CameraAxisDirection | |
---|---|
double |
Projection.setRtFromCircularTrajectory(SimpleVector rotationCenter,
SimpleVector rotationAxis,
double rotationRadius,
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. |
Uses of Projection.CameraAxisDirection in edu.stanford.rsl.konrad.geometry.trajectories |
---|
Methods in edu.stanford.rsl.konrad.geometry.trajectories with parameters of type Projection.CameraAxisDirection | |
---|---|
void |
CircularTrajectory.setTrajectory(int numProjectionMatrices,
double sourceToCenterOfRotationDistance,
double averageAngularIncrement,
double detectorOffsetX,
double detectorOffsetY,
Projection.CameraAxisDirection uDirection,
Projection.CameraAxisDirection vDirection,
SimpleVector rotationAxis)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |