Reference for pyronn/ct_reconstruction/layers/tensorflow/backprojection_3d.py
pyronn.ct_reconstruction.layers.tensorflow.backprojection_3d.cone_backprojection3d
Wrapper function for making the layer call. Args: volume: Input volume to project. geometry: Corresponding GeometryCone3D Object defining parameters. hardware_interp: Controls if interpolation is done by GPU Returns: Initialized lme_custom_ops.cone_backprojection3d layer.
Source code in pyronn/ct_reconstruction/layers/tensorflow/backprojection_3d.py
pyronn.ct_reconstruction.layers.tensorflow.backprojection_3d._backproject_grad
Compute the gradient of the backprojector op by invoking the forward projector.