18 #ifndef sitkInverseDeconvolutionImageFilter_h
19 #define sitkInverseDeconvolutionImageFilter_h
65 SITK_RETURN_SELF_TYPE_HEADER
SetKernelZeroMagnitudeThreshold (
double KernelZeroMagnitudeThreshold ) { this->m_KernelZeroMagnitudeThreshold = KernelZeroMagnitudeThreshold;
return *
this; }
79 SITK_RETURN_SELF_TYPE_HEADER
NormalizeOn() {
return this->SetNormalize(
true); }
80 SITK_RETURN_SELF_TYPE_HEADER
NormalizeOff() {
return this->SetNormalize(
false); }
86 typedef enum {
ZERO_PAD,ZERO_FLUX_NEUMANN_PAD,PERIODIC_PAD} BoundaryConditionType;
106 std::string
GetName()
const {
return std::string (
"InverseDeconvolutionImageFilter"); }
109 std::string ToString()
const;
123 typedef Image (Self::*MemberFunctionType)(
const Image& image1,
const Image& image2 );
124 template <
class TImageType>
Image ExecuteInternal (
const Image& image1,
const Image& image2 );
Image InverseDeconvolution(const Image &image1, const Image &image2, double kernelZeroMagnitudeThreshold=1.0e-4, bool normalize=false, InverseDeconvolutionImageFilter::BoundaryConditionType boundaryCondition=itk::simple::InverseDeconvolutionImageFilter::ZERO_FLUX_NEUMANN_PAD, InverseDeconvolutionImageFilter::OutputRegionModeType outputRegionMode=itk::simple::InverseDeconvolutionImageFilter::SAME)
The direct linear inverse deconvolution filter.
Self & SetKernelZeroMagnitudeThreshold(double KernelZeroMagnitudeThreshold)
#define SITKBasicFilters_EXPORT
OutputRegionModeType GetOutputRegionMode() const
typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > >::Type BasicPixelIDTypeList
Image Normalize(const Image &image1)
Normalize an image by setting its mean to zero and variance to one.
double GetKernelZeroMagnitudeThreshold() const
BoundaryConditionType GetBoundaryCondition() const
double m_KernelZeroMagnitudeThreshold
Self & SetNormalize(bool Normalize)
BasicPixelIDTypeList PixelIDTypeList
BoundaryConditionType m_BoundaryCondition
InverseDeconvolutionImageFilter Self
The Image class for SimpleITK.
std::string GetName() const
bool GetNormalize() const
The direct linear inverse deconvolution filter.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & SetOutputRegionMode(OutputRegionModeType OutputRegionMode)
The base interface for SimpleITK filters that take one input image.
Self & SetBoundaryCondition(BoundaryConditionType BoundaryCondition)
OutputRegionModeType m_OutputRegionMode