backprojection: backprojection algorithm¶
- 
class silx.image.backprojection.Backprojection(sino_shape, slice_shape=None, axis_position=None, angles=None, filter_name=None, ctx=None, devicetype='all', platformid=None, deviceid=None, profile=False)[source]¶
- A class for performing the backprojection using OpenCL - 
backprojection(sino=None, dst=None)[source]¶
- Perform the backprojection on an input sinogram - Parameters: - sino – sinogram. If provided, it returns the plain backprojection.
- dst – destination (pyopencl.Array). If provided, the result will be written in this array.
 - Returns: - backprojection of sinogram 
 - 
compute_fft_plans()[source]¶
- If pyfft is installed, prepare a batched 1D FFT plan for the filtering of FBP 
 
- 
