RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkPolynomialGainCorrectionImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename TOutputImage::RegionType |
using | OutputImageType = TOutputImage |
using | OutputSizeType = typename OutputImageType::SizeType |
using | Pointer = itk::SmartPointer< Self > |
using | Self = PolynomialGainCorrectionImageFilter |
using | Superclass = itk::ImageToImageFilter< TInputImage, TOutputImage > |
using | VectorType = typename std::vector< float > |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual float | GetK () |
void | SetDarkImage (const InputImagePointer darkImage) |
void | SetGainCoefficients (const OutputImagePointer gain) |
virtual void | SetK (float _arg) |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
void | GenerateInputRequestedRegion () override |
void | GenerateOutputInformation () override |
PolynomialGainCorrectionImageFilter () | |
~PolynomialGainCorrectionImageFilter () override=default | |
Protected Attributes | |
InputImagePointer | m_DarkImage |
OutputImagePointer | m_GainImage |
OutputSizeType | m_GainSize |
float | m_K { 1.0f } |
bool | m_MapsLoaded { false } |
VectorType | m_PowerLut |
int | m_VModelOrder { 1 } |
Definition at line 44 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 54 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 59 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 61 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Some convenient type alias.
Definition at line 57 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 60 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Definition at line 62 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 58 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::OutputSizeType = typename OutputImageType::SizeType |
Definition at line 64 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 53 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::Self = PolynomialGainCorrectionImageFilter |
Standard class type alias.
Definition at line 51 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::Superclass = itk::ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 52 of file rtkPolynomialGainCorrectionImageFilter.h.
using rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::VectorType = typename std::vector<float> |
Definition at line 63 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
Reimplemented from itk::ImageSource< TOutputImage >.
|
overrideprotectedvirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Reimplemented from itk::ProcessObject.
|
virtual |
|
virtual |
Runtime information support.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Standard New method.
void rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::SetDarkImage | ( | const InputImagePointer | darkImage | ) |
Dark image, 2D same size of one input projection
void rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::SetGainCoefficients | ( | const OutputImagePointer | gain | ) |
Weights, matrix A from reference paper 3D image: 2D x order.
|
virtual |
|
protected |
Definition at line 107 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 108 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 109 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 105 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 103 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 106 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 104 of file rtkPolynomialGainCorrectionImageFilter.h.