Reference for pyronn/ct_reconstruction/layers/projection_3d.py
pyronn.ct_reconstruction.layers.projection_3d.Projection3D
pyronn.ct_reconstruction.layers.projection_3d.ConeProjectionFor3D
Bases: Projection3D
flowchart TD
pyronn.ct_reconstruction.layers.projection_3d.ConeProjectionFor3D[ConeProjectionFor3D]
pyronn.ct_reconstruction.layers.projection_3d.Projection3D[Projection3D]
pyronn.ct_reconstruction.layers.projection_3d.Projection3D --> pyronn.ct_reconstruction.layers.projection_3d.ConeProjectionFor3D
click pyronn.ct_reconstruction.layers.projection_3d.ConeProjectionFor3D href "" "pyronn.ct_reconstruction.layers.projection_3d.ConeProjectionFor3D"
click pyronn.ct_reconstruction.layers.projection_3d.Projection3D href "" "pyronn.ct_reconstruction.layers.projection_3d.Projection3D"
Source code in pyronn/ct_reconstruction/layers/projection_3d.py
forward
Projection for the 3D cone beam CT.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
(1, number_of_projections, detection_size) numpy array or torch.Tensor. |
required | |
geometry
|
The projection geometry used for projection. |
required | |
for_train
|
Set the return value data type if the backend is torch. You can get a numpy.array by setting this |
False
|
return
The reconstruction result of 3D cone beam CT.