18#ifndef itkFrequencyBandImageFilter_h
19#define itkFrequencyBandImageFilter_h
52template <
typename TImageType,
typename TFrequencyIterator = FrequencyFFTLayoutImageRegionIteratorWithIndex<TImageType>>
130 itkSetMacro(PassLowFrequencyThreshold,
bool);
131 itkGetConstReferenceMacro(PassLowFrequencyThreshold,
bool);
132 itkBooleanMacro(PassLowFrequencyThreshold);
137 itkSetMacro(PassHighFrequencyThreshold,
bool);
138 itkGetConstReferenceMacro(PassHighFrequencyThreshold,
bool);
139 itkBooleanMacro(PassHighFrequencyThreshold);
143 itkSetMacro(PassBand,
bool);
144 itkGetConstReferenceMacro(PassBand,
bool);
145 itkBooleanMacro(PassBand);
157 SetPassBand(
const bool passLowThreshold,
const bool passHighThreshold);
169 SetStopBand(
const bool passLowThreshold,
const bool passHighThreshold);
174 itkSetMacro(RadialBand,
bool);
175 itkGetConstReferenceMacro(RadialBand,
bool);
176 itkBooleanMacro(RadialBand);
181 itkSetMacro(PassNegativeLowFrequencyThreshold,
bool);
182 itkGetConstReferenceMacro(PassNegativeLowFrequencyThreshold,
bool);
183 itkBooleanMacro(PassNegativeLowFrequencyThreshold);
188 itkSetMacro(PassNegativeHighFrequencyThreshold,
bool);
189 itkGetConstReferenceMacro(PassNegativeHighFrequencyThreshold,
bool);
190 itkBooleanMacro(PassNegativeHighFrequencyThreshold);
221#ifndef ITK_MANUAL_INSTANTIATION
222# include "itkFrequencyBandImageFilter.hxx"
TFrequencyIterator FrequencyIteratorType
void SetFrequencyThresholds(const FrequencyValueType &freqLow, const FrequencyValueType &freqHigh)
typename ImageType::Pointer ImagePointer
FrequencyBandImageFilter()
typename TImageType::RegionType ImageRegionType
SmartPointer< Self > Pointer
void SetPassBand(const bool passLowThreshold, const bool passHighThreshold)
void BandPass(FrequencyIteratorType &freqIt)
void PrintSelf(std::ostream &os, Indent indent) const override
bool m_PassLowFrequencyThreshold
typename FrequencyIteratorType::FrequencyValueType FrequencyValueType
std::function< void(const ImageRegionType &)> m_DynamicThreadedGenerateDataFunction
bool m_PassNegativeHighFrequencyThreshold
static constexpr unsigned int ImageDimension
FrequencyValueType m_HighFrequencyThreshold
typename ImageType::ConstPointer ImageConstPointer
void SetFrequencyThresholdsInRadians(const FrequencyValueType &freqLowInRadians, const FrequencyValueType &freqHighInRadians)
typename TImageType::PixelType PixelType
bool m_PassNegativeLowFrequencyThreshold
void SetHighFrequencyThresholdInRadians(const FrequencyValueType &freqHighInRadians)
void SetLowFrequencyThresholdInRadians(const FrequencyValueType &freqLowInRadians)
bool m_PassHighFrequencyThreshold
FrequencyValueType m_LowFrequencyThreshold
FrequencyBandImageFilter Self
typename TImageType::IndexType IndexType
UnaryFrequencyDomainFilter< TImageType, TFrequencyIterator > Superclass
void SetStopBand(const bool passLowThreshold, const bool passHighThreshold)
void VerifyPreconditions() const override
Verifies that the process object has been configured correctly, that all required inputs are set,...
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
Implements transparent reference counting.
UnaryFrequencyDomainFilter()
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....