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_spaceelement, optional Element to which the result should be written.
- volume
- Returns:
- sinogram
proj_spaceelement Result of the forward projection. If
outwas given, the returned object is a reference to it.
- sinogram