RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkParkerShortScanImageFilter.h>
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 |
virtual const char * | GetNameOfClass () const |
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 () | |
void | VerifyPreconditions () const override |
~ParkerShortScanImageFilter () override=default | |
Protected Attributes | |
double | m_Delta |
double | m_FirstAngle |
bool | m_IsShortScan { false } |
Private Attributes | |
double | m_AngularGapThreshold |
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.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
Reimplemented from itk::ImageSource< TOutputImage >.
|
overrideprotectedvirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
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
|
virtual |
Runtime information support.
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
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 120 of file rtkParkerShortScanImageFilter.h.
|
protected |
Actual angular gap in the projections
Definition at line 101 of file rtkParkerShortScanImageFilter.h.
|
protected |
First angle of the short scan
Definition at line 104 of file rtkParkerShortScanImageFilter.h.
|
private |
RTK geometry object
Definition at line 111 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 116 of file rtkParkerShortScanImageFilter.h.
|
protected |
Internal variable indicating whether this scan is short
Definition at line 107 of file rtkParkerShortScanImageFilter.h.
|
private |
Definition at line 117 of file rtkParkerShortScanImageFilter.h.