Skip to content

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


pyronn.ct_reconstruction.layers.torch.backprojection_2d.ParallelBackProjection2DFunction

Bases: Function





pyronn.ct_reconstruction.layers.torch.backprojection_2d.ParallelBackProjection2D

ParallelBackProjection2D()

Bases: Module

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





pyronn.ct_reconstruction.layers.torch.backprojection_2d.FanBackProjection2D

FanBackProjection2D()

Bases: Module

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__()