![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkZengBackProjectionImageFilter.h>
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
virtual double | GetSigmaZero () |
virtual void | SetSigmaZero (double _arg) |
virtual double | GetAlpha () |
virtual void | SetAlpha (double _arg) |
![]() | |
virtual const GeometryType * | GetGeometry () const |
virtual void | SetGeometry (const GeometryType *_arg) |
virtual bool | GetTranspose () |
virtual void | SetTranspose (bool _arg) |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
Private Member Functions | |
void | operator= (const Self &)=delete |
ZengBackProjectionImageFilter (const Self &)=delete | |
Private Attributes | |
double | m_Alpha { 0.016241189545787734 } |
PointType | m_centerVolume { 0 } |
double | m_SigmaZero { 1.5417233052142099 } |
VectorType | m_VectorOrthogonalDetector { 0. } |
Zeng back projection.
Performs a rotation based back projection, i.e. the volume is rotated so that the face of the image volume is parallel to the detector and the projection is done by summing the collumn. This projector is used to perform the PSF correction describe in [Zeng 1996]. The back projector tests if the detector has been placed after the source and the volume. If the detector is in the volume the sum is performed only until that point.
Definition at line 112 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::AddImageFilterPointerType = typename AddImageFilterType::Pointer |
Definition at line 129 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::AddImageFilterType = itk::AddImageFilter<InputCPUImageType, InputCPUImageType> |
Definition at line 128 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::BoundaryCondition = itk::ConstantBoundaryCondition<OuputCPUImageType> |
Typedef for the boundary condition
Definition at line 155 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::ChangeInformationFilterType = itk::ChangeInformationImageFilter<OuputCPUImageType> |
Definition at line 138 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::ChangeInformationPointerType = typename ChangeInformationFilterType::Pointer |
Definition at line 139 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::ConstantVolumeSourcePointerType = typename ConstantVolumeSourceType::Pointer |
Definition at line 143 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::ConstantVolumeSourceType = rtk::ConstantImageSource<InputCPUImageType> |
Definition at line 142 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 127 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::CustomUnaryFilterPointerType = typename CustomUnaryFilterType::Pointer |
Definition at line 149 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::CustomUnaryFilterType = itk::UnaryGeneratorImageFilter<OuputCPUImageType, OuputCPUImageType> |
Definition at line 148 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::DiscreteGaussianFilterPointeurType = typename DiscreteGaussianFilterType::Pointer |
Definition at line 133 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::DiscreteGaussianFilterType = itk::DiscreteGaussianImageFilter<OuputCPUImageType, OuputCPUImageType> |
Definition at line 132 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::ExtractImageFilterPointerType = typename ExtractImageFilterType::Pointer |
Definition at line 145 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::ExtractImageFilterType = itk::ExtractImageFilter<OuputCPUImageType, OuputCPUImageType> |
Definition at line 144 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::InputCPUImageType = itk::Image<InputPixelType, 3> |
Definition at line 120 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType = typename TInputImage::PixelType |
Definition at line 117 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::MultiplyImageFilterPointerType = typename MultiplyImageFilterType::Pointer |
Definition at line 141 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::MultiplyImageFilterType = itk::MultiplyImageFilter<InputCPUImageType, InputCPUImageType> |
Definition at line 140 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::OuputCPUImageType = itk::Image<OutputPixelType, 3> |
Definition at line 121 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Definition at line 119 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType |
Definition at line 118 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::PasteImageFilterPointerType = typename PasteImageFilterType::Pointer |
Definition at line 131 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::PasteImageFilterType = itk::PasteImageFilter<InputCPUImageType, OuputCPUImageType> |
Definition at line 130 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 126 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::PointType = typename OuputCPUImageType::PointType |
Definition at line 122 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::RegionOfInterestFilterType = itk::RegionOfInterestImageFilter<OuputCPUImageType, OuputCPUImageType> |
Definition at line 146 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::RegionOfInterestPointerType = typename RegionOfInterestFilterType::Pointer |
Definition at line 147 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::ResampleImageFilterPointerType = typename ResampleImageFilterType::Pointer |
Definition at line 135 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::ResampleImageFilterType = itk::ResampleImageFilter<InputCPUImageType, InputCPUImageType> |
Definition at line 134 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::Self = ZengBackProjectionImageFilter |
Definition at line 124 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::Superclass = BackProjectionImageFilter<TInputImage, TOutputImage> |
Definition at line 125 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::TransformPointerType = typename TransformType::Pointer |
Definition at line 137 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::TransformType = itk::CenteredEuler3DTransform<double> |
Definition at line 136 of file rtkZengBackProjectionImageFilter.h.
using rtk::ZengBackProjectionImageFilter< TInputImage, TOutputImage >::VectorType = itk::Vector<double, 3> |
Standard class usings.
Definition at line 116 of file rtkZengBackProjectionImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
privatedelete |
|
virtual |
Reimplemented from rtk::BackProjectionImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Reimplemented from itk::ProcessObject.
|
overrideprotectedvirtual |
Apply changes to the input image requested region.
Reimplemented from rtk::BackProjectionImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Reimplemented from itk::ProcessObject.
|
virtual |
Get / Set the alpha of the PSF. Default is 0.016241189545787734
|
overridevirtual |
Run-time type information (and related methods).
Reimplemented from rtk::BackProjectionImageFilter< TInputImage, TOutputImage >.
|
virtual |
Get / Set the sigma zero of the PSF. Default is 1.5417233052142099
|
static |
Method for creation through the object factory.
Referenced by rtk::IterativeConeBeamReconstructionFilter< TOutputImage >::InstantiateZengBackProjection().
|
privatedelete |
|
virtual |
Get / Set the alpha of the PSF. Default is 0.016241189545787734
|
virtual |
Get / Set the sigma zero of the PSF. Default is 1.5417233052142099
|
overrideprotectedvirtual |
The two inputs should not be in the same space so there is nothing to verify.
Reimplemented from rtk::BackProjectionImageFilter< TInputImage, TOutputImage >.
|
static |
ImageDimension constants
Definition at line 152 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 193 of file rtkZengBackProjectionImageFilter.h.
|
private |
Definition at line 215 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 205 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 202 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 203 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 204 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 206 of file rtkZengBackProjectionImageFilter.h.
|
private |
Definition at line 217 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 201 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 199 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 207 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 195 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 200 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 198 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 194 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 196 of file rtkZengBackProjectionImageFilter.h.
|
private |
Definition at line 214 of file rtkZengBackProjectionImageFilter.h.
|
protected |
Definition at line 197 of file rtkZengBackProjectionImageFilter.h.
|
private |
Definition at line 216 of file rtkZengBackProjectionImageFilter.h.