18 #ifndef itkBinaryThresholdImageFilter_h
19 #define itkBinaryThresholdImageFilter_h
65 template<
typename TInput,
typename TOutput >
102 return !( *
this != other );
122 template<
typename TInputImage,
typename TOutputImage >
126 Functor::BinaryThreshold<
127 typename TInputImage::PixelType,
128 typename TOutputImage::PixelType > >
135 typename TInputImage::PixelType,
136 typename TOutputImage::PixelType >
193 #ifdef ITK_USE_CONCEPT_CHECKING
217 void operator=(const
Self &) ITK_DELETE_FUNCTION;
224 #ifndef ITK_MANUAL_INSTANTIATION
225 #include "itkBinaryThresholdImageFilter.hxx"
void SetUpperThreshold(const TInput &thresh)
virtual void SetLowerThresholdInput(const InputPixelObjectType *)
TInputImage::PixelType InputPixelType
virtual void SetUpperThresholdInput(const InputPixelObjectType *)
virtual void BeforeThreadedGenerateData() override
void PrintSelf(std::ostream &os, Indent indent) const override
TOutput operator()(const TInput &A) const
SmartPointer< Self > Pointer
virtual void SetUpperThreshold(const InputPixelType threshold)
virtual InputPixelType GetUpperThreshold() const
Base class for all process objects that output image data.
SmartPointer< const Self > ConstPointer
bool operator==(const BinaryThreshold &other) const
virtual InputPixelObjectType * GetUpperThresholdInput()
Binarize an input image by thresholding.
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
void SetInsideValue(const TOutput &value)
virtual void SetLowerThreshold(const InputPixelType threshold)
TOutputImage::PixelType OutputPixelType
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BinaryThreshold< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
bool NotExactlyEquals(const TInput1 &x1, const TInput2 &x2)
OutputPixelType m_InsideValue
Implements pixel-wise generic operation on one image.
virtual ~BinaryThresholdImageFilter()
virtual InputPixelObjectType * GetLowerThresholdInput()
void SetOutsideValue(const TOutput &value)
Control indentation during Print() invocation.
BinaryThresholdImageFilter()
static T NonpositiveMin()
void SetLowerThreshold(const TInput &thresh)
SimpleDataObjectDecorator< InputPixelType > InputPixelObjectType
#define itkConceptMacro(name, concept)
OutputPixelType m_OutsideValue
bool operator!=(const BinaryThreshold &other) const
virtual InputPixelType GetLowerThreshold() const
BinaryThresholdImageFilter Self