Package | Description |
---|---|
edu.stanford.rsl.conrad.geometry.motion |
Contains classes to model motion.
|
edu.stanford.rsl.conrad.geometry.motion.timewarp |
Contains classes to model time.
|
edu.stanford.rsl.conrad.phantom |
Contains classes to model different numerical phantoms.
|
edu.stanford.rsl.conrad.phantom.xcat |
Contains classes to create a phantom that is similar to NCAT.
|
Modifier and Type | Method and Description |
---|---|
TimeWarper |
SimpleMotionField.getTimeWarper() |
TimeWarper |
PointBasedMotionField.getTimeWarper() |
TimeWarper |
PlanarMotionField.getTimeWarper() |
TimeWarper |
ParzenWindowMotionField.getTimeWarper() |
TimeWarper |
MotionField.getTimeWarper() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMotionField.setTimeWarper(TimeWarper warp) |
void |
PointBasedMotionField.setTimeWarper(TimeWarper warp) |
void |
PlanarMotionField.setTimeWarper(TimeWarper warp) |
void |
ParzenWindowMotionField.setTimeWarper(TimeWarper warp) |
void |
MotionField.setTimeWarper(TimeWarper warp) |
Modifier and Type | Class and Description |
---|---|
class |
ConstantTimeWarper |
class |
DualPhasePeriodicTimeWarper |
class |
HarmonicTimeWarper
Implements a harmonic motion which is n x the original Motion.
|
class |
IdentityTimeWarper
Models a non periodic time constraint.
|
class |
PeriodicTimeWarper
Implements a regular periodic time warping.
|
class |
RestPhaseTimeWarper
Implements a movement with a rest phase.
|
class |
SigmoidTimeWarper
Implements an accelerated/deaccelerated time warping.
|
Modifier and Type | Method and Description |
---|---|
TimeWarper |
AnalyticPhantom4D.getTimeWarper() |
Modifier and Type | Method and Description |
---|---|
void |
AnalyticPhantom4D.setTimeWarper(TimeWarper warp) |
Modifier and Type | Method and Description |
---|---|
TimeWarper |
XCatScene.getTimeWarper() |
Modifier and Type | Method and Description |
---|---|
void |
XCatScene.setTimeWarper(TimeWarper warp) |
void |
SquatScene.setTimeWarper(TimeWarper warper) |
void |
HeartScene.setTimeWarper(TimeWarper warper) |
void |
CoronaryScene.setTimeWarper(TimeWarper warper) |
void |
BreathingScene.setTimeWarper(TimeWarper warper) |