Reference for pyronn/ct_reconstruction/layers/tensorflow/projection_2d.py
pyronn.ct_reconstruction.layers.tensorflow.projection_2d.parallel_projection2d
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_projection2d layer.
Source code in pyronn/ct_reconstruction/layers/tensorflow/projection_2d.py
pyronn.ct_reconstruction.layers.tensorflow.projection_2d._project_grad
Compute the gradient of the projection op by invoking the backprojector.
Source code in pyronn/ct_reconstruction/layers/tensorflow/projection_2d.py
pyronn.ct_reconstruction.layers.tensorflow.projection_2d.fan_projection2d
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_projection2d layer.
Source code in pyronn/ct_reconstruction/layers/tensorflow/projection_2d.py
pyronn.ct_reconstruction.layers.tensorflow.projection_2d._project_grad
Compute the gradient of the projection op by invoking the backprojector.