public class ExtrapolatedTrajectory extends Trajectory
Constructor and Description |
---|
ExtrapolatedTrajectory() |
ExtrapolatedTrajectory(Trajectory source) |
Modifier and Type | Method and Description |
---|---|
void |
extrapolateProjectionGeometry() |
static SimpleMatrix |
getHomogeneousRotationMatrixZ(double angularIncrement)
Computes a rotation matrix around z axis in homogeneous coordinates.
|
boolean |
isDebug() |
void |
setDebug(boolean debug) |
computeIsoCenter, computeIsoCenterOld, getAverageAngularIncrement, getDetectorHeight, getDetectorOffsetU, getDetectorOffsetV, getDetectorUDirection, getDetectorVDirection, getDetectorWidth, getNumProjectionMatrices, getOriginInPixelsX, getOriginInPixelsY, getOriginInPixelsZ, getOriginX, getOriginY, getOriginZ, getPixelDimensionX, getPixelDimensionY, getPrimaryAngles, getPrimaryAnglesString, getProjectionMatrices, getProjectionMatrix, getProjectionStackSize, getReconDimensions, getReconDimensionX, getReconDimensionY, getReconDimensionZ, getReconVoxelSizes, getRotationAxis, getSecondaryAngles, getSecondaryAnglesString, getSourceToAxisDistance, getSourceToDetectorDistance, getVoxelSpacingX, getVoxelSpacingY, getVoxelSpacingZ, prepareForSerialization, setAverageAngularIncrement, setDetectorHeight, setDetectorOffsetU, setDetectorOffsetV, setDetectorUDirection, setDetectorVDirection, setDetectorWidth, setNumProjectionMatrices, setOriginInPixelsX, setOriginInPixelsY, setOriginInPixelsZ, setOriginInWorld, setPixelDimensionX, setPixelDimensionY, setPrimaryAngleArray, setPrimaryAnglesString, setProjectionMatrices, setProjectionStackSize, setReconDimensions, setReconDimensionX, setReconDimensionY, setReconDimensionZ, setReconVoxelSizes, setRotationAxis, setSecondaryAngleArray, setSecondaryAnglesString, setSourceToAxisDistance, setSourceToDetectorDistance, setVoxelSpacingX, setVoxelSpacingY, setVoxelSpacingZ, updatePrimaryAngles
public ExtrapolatedTrajectory()
public ExtrapolatedTrajectory(Trajectory source)
public boolean isDebug()
public void setDebug(boolean debug)
debug
- the debug to setpublic static SimpleMatrix getHomogeneousRotationMatrixZ(double angularIncrement)
angularIncrement
- public void extrapolateProjectionGeometry()