STIR
6.2.0
|
Modules | |
Items related to finding image resolution based on point or line sources | |
Image processors | |
Classes | |
class | stir::DiscretisedDensity< num_dimensions, elemT > |
This abstract class is the basis for all image representations. More... | |
class | stir::DiscretisedDensityOnCartesianGrid< num_dimensions, elemT > |
This abstract class is the basis for images on a Cartesian grid. More... | |
class | stir::ParseAndCreateFrom< DiscretisedDensity< 3, elemT >, ExamDataT > |
parse keywords for creating a VoxelsOnCartesianGrid from ProjData etc More... | |
class | stir::ParseDiscretisedDensityParameters |
Class for adding parameters relevant to DiscretisedDensity to a parser. More... | |
class | stir::PixelsOnCartesianGrid< elemT > |
This class is used to represent pixelised densities on a rectangular grid (2D). More... | |
class | stir::VoxelsOnCartesianGrid< elemT > |
This class is used to represent voxelised densities on a cuboid grid (3D). More... | |
Typedefs | |
typedef Coordinate3D< int > | stir::Densel |
a typedef used for an element of a DiscretisedDensity More... | |
Basic support for image (or discretised density) data.
typedef Coordinate3D<int> stir::Densel |
a typedef used for an element of a DiscretisedDensity
The name is a generalisation of pixel/voxel.