#include <itkBinaryThresholdImageFilter.h>
Inheritance diagram for itk::BinaryThresholdImageFilter< TInputImage, TOutputImage >:
This filter produces an output image whose pixels are either one of two values ( OutsideValue or InsideValue ), depending on whether of not the corresponding input image pixel lie between the two thresholds ( LowerThreshold and UpperThreshold ). Values equal to either threshold is considered to be between the thresholds.
This filter is templated over the input image type and the output image type.
The filter expect both images to have the same number of dimensions.
Definition at line 81 of file itkBinaryThresholdImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 97 of file itkBinaryThresholdImageFilter.h. |
|
Type of DataObjects to use for scalar inputs Definition at line 113 of file itkBinaryThresholdImageFilter.h. |
|
Pixel types. Definition at line 106 of file itkBinaryThresholdImageFilter.h. |
|
Definition at line 107 of file itkBinaryThresholdImageFilter.h. Referenced by itk::BinaryThresholdImageFilter< TInputImage, TOutputImage >::~BinaryThresholdImageFilter(). |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 96 of file itkBinaryThresholdImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 90 of file itkBinaryThresholdImageFilter.h. Referenced by itk::BinaryThresholdImageFilter< TInputImage, TOutputImage >::~BinaryThresholdImageFilter(). |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 95 of file itkBinaryThresholdImageFilter.h. |
|
The input pixel type must support comparison operators. Definition at line 110 of file itkBinaryThresholdImageFilter.h. |
|
|
|
Definition at line 150 of file itkBinaryThresholdImageFilter.h. References itk::BinaryThresholdImageFilter< TInputImage, TOutputImage >::OutputPixelType, and itk::BinaryThresholdImageFilter< TInputImage, TOutputImage >::Self. |
|
This method is used to set the state of the filter before multi-threading. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Get the "inside" pixel value. |
|
Get the threshold values. |
|
Get the threshold values. |
|
Get the threshold values. |
|
Run-time type information (and related methods). Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |
|
Get the "outside" pixel value. |
|
Get the threshold values. |
|
Get the threshold values. |
|
Get the threshold values. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >. |
|
Set the "inside" pixel value. The default value NumericTraits<OutputPixelType>::max() |
|
Set the thresholds. The default lower threshold is NumericTraits<InputPixelType>::NonpositiveMin(). The default upper threshold is NumericTraits<InputPixelType>::max. An execption is thrown if the lower threshold is greater than the upper threshold. |
|
Set the thresholds. The default lower threshold is NumericTraits<InputPixelType>::NonpositiveMin(). The default upper threshold is NumericTraits<InputPixelType>::max. An execption is thrown if the lower threshold is greater than the upper threshold. |
|
Set the "outside" pixel value. The default value NumericTraits<OutputPixelType>::Zero. |
|
Set the thresholds. The default lower threshold is NumericTraits<InputPixelType>::NonpositiveMin(). The default upper threshold is NumericTraits<InputPixelType>::max. An execption is thrown if the lower threshold is greater than the upper threshold. |
|
Set the thresholds. The default lower threshold is NumericTraits<InputPixelType>::NonpositiveMin(). The default upper threshold is NumericTraits<InputPixelType>::max. An execption is thrown if the lower threshold is greater than the upper threshold. |