Reference for pyronn/ct_reconstruction/layers/tensorflow/projection_3d.py
pyronn.ct_reconstruction.layers.tensorflow.projection_3d.cone_projection3d
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. step_size: step_size along ray direction in voxel. Returns: Initialized lme_custom_ops.cone_projection3d layer.
Source code in pyronn/ct_reconstruction/layers/tensorflow/projection_3d.py
pyronn.ct_reconstruction.layers.tensorflow.projection_3d._project_grad
Compute the gradient of the projection op by invoking the backprojector.