![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkPolynomialGainCorrectionImageFilter.h>
Inheritance diagram for rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >: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 () |
| const char * | GetNameOfClass () const override |
| void | SetDarkImage (InputImageType *darkImage) |
| void | SetGainCoefficients (OutputImageType *gain) |
| virtual void | SetK (float _arg) |
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 } |
Cuda version of PolynomialGainCorrectionImageFilter.
Cuda version of PolynomialGainCorrectionImageFilter.
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.
|
overrideprotected |
|
overrideprotectedvirtual |
Reimplemented from itk::ProcessObject.
|
overrideprotectedvirtual |
Reimplemented from itk::ProcessObject.
|
virtual |
|
overridevirtual |
Runtime information support.
Reimplemented from itk::ProcessObject.
|
static |
Standard New method.
| void rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::SetDarkImage | ( | InputImageType * | darkImage | ) |
Dark image, 2D same size of one input projection
| void rtk::PolynomialGainCorrectionImageFilter< TInputImage, TOutputImage >::SetGainCoefficients | ( | OutputImageType * | gain | ) |
Weights, matrix A from reference paper 3D image: 2D x order.
|
virtual |
|
protected |
Definition at line 102 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 103 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 104 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 100 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 98 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 101 of file rtkPolynomialGainCorrectionImageFilter.h.
|
protected |
Definition at line 99 of file rtkPolynomialGainCorrectionImageFilter.h.
1.8.14