![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkParkerShortScanImageFilter.h>
Inheritance diagram for rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >:Public Types | |
| using | ConstPointer = itk::SmartPointer< const Self > |
| using | GeometryPointer = GeometryType::Pointer |
| using | GeometryType = ThreeDCircularProjectionGeometry |
| using | InputImageType = TInputImage |
| using | OutputImageRegionType = typename OutputImageType::RegionType |
| using | OutputImageType = TOutputImage |
| using | Pointer = itk::SmartPointer< Self > |
| using | Self = ParkerShortScanImageFilter |
| using | Superclass = itk::ImageToImageFilter< TInputImage, TOutputImage > |
| using | WeightImageType = itk::Image< typename TOutputImage::PixelType, 1 > |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| const char * | GetNameOfClass () const override |
| virtual GeometryType * | GetModifiableGeometry () |
| virtual const GeometryType * | GetGeometry () const |
| virtual void | SetGeometry (GeometryType *_arg) |
| virtual double | GetAngularGapThreshold () |
| virtual void | SetAngularGapThreshold (double _arg) |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
| void | GenerateInputRequestedRegion () override |
| ParkerShortScanImageFilter ()=default | |
| void | VerifyPreconditions () const override |
| ~ParkerShortScanImageFilter () override=default | |
Protected Attributes | |
| double | m_Delta |
| double | m_FirstAngle |
| bool | m_IsShortScan { false } |
Private Attributes | |
| double | m_AngularGapThreshold { itk::Math::pi / 9 } |
| GeometryPointer | m_Geometry |
| double | m_InferiorCorner |
| double | m_SuperiorCorner |
Weighting of image projections to handle short-scans in tomography reconstruction. Based on [Parker, Med Phys, 1982]. Class implements a fix to typo in equation (12) of Parker as seen in book "Principles of computerized tomographic imaging" by Kak and Slaney
Definition at line 45 of file rtkParkerShortScanImageFilter.h.
| using rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 54 of file rtkParkerShortScanImageFilter.h.
| using rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >::GeometryPointer = GeometryType::Pointer |
Definition at line 63 of file rtkParkerShortScanImageFilter.h.
| using rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >::GeometryType = ThreeDCircularProjectionGeometry |
Definition at line 62 of file rtkParkerShortScanImageFilter.h.
| using rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Some convenient type alias.
Definition at line 57 of file rtkParkerShortScanImageFilter.h.
| using rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 59 of file rtkParkerShortScanImageFilter.h.
| using rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 58 of file rtkParkerShortScanImageFilter.h.
| using rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 53 of file rtkParkerShortScanImageFilter.h.
| using rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >::Self = ParkerShortScanImageFilter |
Standard class type alias.
Definition at line 51 of file rtkParkerShortScanImageFilter.h.
| using rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >::Superclass = itk::ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 52 of file rtkParkerShortScanImageFilter.h.
| using rtk::ParkerShortScanImageFilter< TInputImage, TOutputImage >::WeightImageType = itk::Image<typename TOutputImage::PixelType, 1> |
Definition at line 60 of file rtkParkerShortScanImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Reimplemented from itk::Object.
|
overrideprotected |
|
overrideprotectedvirtual |
Reimplemented from itk::ProcessObject.
|
virtual |
Get / Set the angular gap threshold above which a short scan is detected.
|
virtual |
Get / Set the object pointer to projection geometry
|
virtual |
Get / Set the object pointer to projection geometry
|
overridevirtual |
Runtime information support.
Reimplemented from itk::ProcessObject.
|
static |
Standard New method.
|
virtual |
Get / Set the angular gap threshold above which a short scan is detected.
|
virtual |
Get / Set the object pointer to projection geometry
|
overrideprotectedvirtual |
Checks that inputs are correctly set.
Reimplemented from itk::ProcessObject.
|
private |
Minimum angular gap to automatically detect a short scan. Defaults is pi/9 radians.
Definition at line 115 of file rtkParkerShortScanImageFilter.h.
|
protected |
Actual angular gap in the projections
Definition at line 96 of file rtkParkerShortScanImageFilter.h.
|
protected |
First angle of the short scan
Definition at line 99 of file rtkParkerShortScanImageFilter.h.
|
private |
RTK geometry object
Definition at line 106 of file rtkParkerShortScanImageFilter.h.
|
private |
Superior and inferior position of the detector along the weighting direction, i.e. x. The computed value account for the x projection offset of the geometry.
Definition at line 111 of file rtkParkerShortScanImageFilter.h.
|
protected |
Internal variable indicating whether this scan is short
Definition at line 102 of file rtkParkerShortScanImageFilter.h.
|
private |
Definition at line 112 of file rtkParkerShortScanImageFilter.h.
1.8.14