Reference for pyronn/ct_reconstruction/layers/tensorflow/backprojection_2d.py
pyronn.ct_reconstruction.layers.tensorflow.backprojection_2d.parallel_backprojection2d
Wrapper function for making the layer call. Args: volume: Input volume to project. geometry: Corresponding GeometryParallel2D Object defining parameters. Returns: Initialized lme_custom_ops.parallel_backprojection2d layer.
Source code in pyronn/ct_reconstruction/layers/tensorflow/backprojection_2d.py
pyronn.ct_reconstruction.layers.tensorflow.backprojection_2d._backproject_grad
Compute the gradient of the backprojector op by invoking the forward projector.
Source code in pyronn/ct_reconstruction/layers/tensorflow/backprojection_2d.py
pyronn.ct_reconstruction.layers.tensorflow.backprojection_2d.fan_backprojection2d
Wrapper function for making the layer call. Args: volume: Input volume to project. geometry: Corresponding GeometryFan2D Object defining parameters. Returns: Initialized lme_custom_ops.fan_backprojection2d layer.
Source code in pyronn/ct_reconstruction/layers/tensorflow/backprojection_2d.py
pyronn.ct_reconstruction.layers.tensorflow.backprojection_2d._backproject_grad
Compute the gradient of the backprojector op by invoking the forward projector.