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
call_backward
call_forward
- __init__(geometry, vol_space, proj_space)[source]¶
Initialize a new instance.
- Parameters:
- geometry
Geometry
Geometry defining the tomographic setup.
- vol_space
DiscretizedSpace
Reconstruction space, the space of the images to be forward projected.
- proj_space
DiscretizedSpace
Projection space, the space of the result.
- geometry