skimage_radon_forward_projector¶
- odl.tomo.backends.skimage_radon.skimage_radon_forward_projector(volume, geometry, proj_space, out=None)[source]¶
Calculate forward projection using skimage.
- Parameters:
- volume
DiscretizedSpaceElement
The volume to project.
- geometry
Geometry
The projection geometry to use.
- proj_space
DiscretizedSpace
Space in which the projections (sinograms) live.
- out
proj_space
element, optional Element to which the result should be written.
- volume
- Returns:
- sinogram
proj_space
element Result of the forward projection. If
out
was given, the returned object is a reference to it.
- sinogram