ITK
6.0.0
Insight Toolkit
|
#include <itkBinaryThresholdProjectionImageFilter.h>
BinaryThreshold projection.
This class was contributed to the Insight Journal by Gaetan Lehmann. the original paper can be found at https://doi.org/10.54294/0pjyho
Definition at line 94 of file itkBinaryThresholdProjectionImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Attributes | |
OutputPixelType | m_BackgroundValue {} |
OutputPixelType | m_ForegroundValue {} |
InputPixelType | m_ThresholdValue {} |
Protected Attributes inherited from itk::ImageSource< TOutputImage > | |
bool | m_DynamicMultiThreading { true } |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 110 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Convenient type alias for simplifying declarations.
Definition at line 119 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType = typename InputImageType::PixelType |
Image type alias support
Definition at line 123 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 120 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 124 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 109 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Self = BinaryThresholdProjectionImageFilter |
Definition at line 103 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Superclass = ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator<typename TInputImage::PixelType, typename TOutputImage::PixelType> > |
Definition at line 107 of file itkBinaryThresholdProjectionImageFilter.h.
|
inlineprotected |
Definition at line 150 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ThresholdValue, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
overrideprotecteddefault |
|
virtual |
Set/Get the output value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
virtual |
Set/Get the output value used as "foreground". Defaults to maximum value of PixelType.
|
overridevirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the input value consider as "threshold". Defaults to NumericTraits<InputPixelType>::max()
|
static |
Method for creation through the object factory.
|
inlineoverrideprotectedvirtual |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 176 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue, itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ThresholdValue, and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ThresholdValue.
|
inlineoverrideprotectedvirtual |
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::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 160 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ThresholdValue, and itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::PrintSelf().
|
virtual |
Set/Get the output value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
virtual |
Set/Get the output value used as "foreground". Defaults to maximum value of PixelType.
|
virtual |
Set/Get the input value consider as "threshold". Defaults to NumericTraits<InputPixelType>::max()
|
protected |
Pixel value for output background
Definition at line 190 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::BinaryThresholdProjectionImageFilter(), itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf().
|
protected |
Pixel value for output foreground
Definition at line 187 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::BinaryThresholdProjectionImageFilter(), itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf().
|
protected |
Pixel value for input Threshold
Definition at line 193 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::BinaryThresholdProjectionImageFilter(), itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf().