SkImageImpl

class odl.tomo.backends.skimage_radon.SkImageImpl(geometry, vol_space, proj_space)[source]

Bases: object

Scikit-image backend of the RayTransform operator.

Attributes
proj_space
vol_space

Methods

__init__(self, geometry, vol_space, proj_space)[source]

Initialize a new instance.

Parameters
geometryGeometry

Geometry defining the tomographic setup.

vol_spaceDiscretizedSpace

Reconstruction space, the space of the images to be forward projected.

proj_spaceDiscretizedSpace

Projection space, the space of the result.