Skip to content

Reference for pyronn/ct_reconstruction/layers/torch/backprojection_2d.py


pyronn.ct_reconstruction.layers.torch.backprojection_2d.ParallelBackProjection2DFunction

Bases: Function


              flowchart TD
              pyronn.ct_reconstruction.layers.torch.backprojection_2d.ParallelBackProjection2DFunction[ParallelBackProjection2DFunction]

              

              click pyronn.ct_reconstruction.layers.torch.backprojection_2d.ParallelBackProjection2DFunction href "" "pyronn.ct_reconstruction.layers.torch.backprojection_2d.ParallelBackProjection2DFunction"
            





pyronn.ct_reconstruction.layers.torch.backprojection_2d.ParallelBackProjection2D

ParallelBackProjection2D()

Bases: Module


              flowchart TD
              pyronn.ct_reconstruction.layers.torch.backprojection_2d.ParallelBackProjection2D[ParallelBackProjection2D]

              

              click pyronn.ct_reconstruction.layers.torch.backprojection_2d.ParallelBackProjection2D href "" "pyronn.ct_reconstruction.layers.torch.backprojection_2d.ParallelBackProjection2D"
            
Source code in pyronn/ct_reconstruction/layers/torch/backprojection_2d.py
def __init__(self):
    # TODO: Document this function on your own. Could not be documented by the model.
    # TODO: Document this function on your own. Could not be documented by the model.
    super(ParallelBackProjection2D, self).__init__()





pyronn.ct_reconstruction.layers.torch.backprojection_2d.FanBackProjection2DFunction

Bases: Function


              flowchart TD
              pyronn.ct_reconstruction.layers.torch.backprojection_2d.FanBackProjection2DFunction[FanBackProjection2DFunction]

              

              click pyronn.ct_reconstruction.layers.torch.backprojection_2d.FanBackProjection2DFunction href "" "pyronn.ct_reconstruction.layers.torch.backprojection_2d.FanBackProjection2DFunction"
            





pyronn.ct_reconstruction.layers.torch.backprojection_2d.FanBackProjection2D

FanBackProjection2D()

Bases: Module


              flowchart TD
              pyronn.ct_reconstruction.layers.torch.backprojection_2d.FanBackProjection2D[FanBackProjection2D]

              

              click pyronn.ct_reconstruction.layers.torch.backprojection_2d.FanBackProjection2D href "" "pyronn.ct_reconstruction.layers.torch.backprojection_2d.FanBackProjection2D"
            
Source code in pyronn/ct_reconstruction/layers/torch/backprojection_2d.py
def __init__(self):
    # TODO: Document this function on your own. Could not be documented by the model.
    # TODO: Document this function on your own. Could not be documented by the model.
    super(FanBackProjection2D, self).__init__()