Package | Description |
---|---|
edu.stanford.rsl.conrad.reconstruction |
Contains classes to implement different reconstruction algorithms.
|
edu.stanford.rsl.conrad.reconstruction.voi |
Contains classes to model the volume-of-interest (VOI).
|
Modifier and Type | Method and Description |
---|---|
void |
VOIBasedReconstructionFilter.setMaximumVolumeOfInterest(VolumeOfInterest maxVOI) |
Modifier and Type | Class and Description |
---|---|
class |
CylinderBasedVolumeOfInterest
Describes a VOI consisting of a cylinder with one cone on top and one cone on the bottom.
|
class |
PolygonBasedVolumeOfInterest
VOI based on a polygon definition which is identical for each slice.
|
Modifier and Type | Method and Description |
---|---|
static VolumeOfInterest[] |
VolumeOfInterest.getVolumes()
Reports a list of all known implementations of VolumeOfInterest.
|
static VolumeOfInterest |
VolumeOfInterest.openAsVolume(java.lang.String filename)
Constructor from filename
|