#include <itkBinaryThresholdProjectionImageFilter.h>
BinaryThreshold projection.
This class was contributed to the Insight Journal by Gaetan Lehmann [64].
Definition at line 92 of file itkBinaryThresholdProjectionImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Protected Attributes | |
OutputPixelType | m_BackgroundValue {} |
OutputPixelType | m_ForegroundValue {} |
InputPixelType | m_ThresholdValue {} |
![]() | |
bool | m_DynamicMultiThreading { true } |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
Additional Inherited Members | |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
using | InputToOutputRegionCopierType |
using | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 108 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Convenient type alias for simplifying declarations.
Definition at line 117 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType = typename InputImageType::PixelType |
Image type alias support
Definition at line 121 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 118 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 122 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 107 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Self = BinaryThresholdProjectionImageFilter |
Definition at line 101 of file itkBinaryThresholdProjectionImageFilter.h.
using itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 102 of file itkBinaryThresholdProjectionImageFilter.h.
|
inlineprotected |
Definition at line 148 of file itkBinaryThresholdProjectionImageFilter.h.
References m_BackgroundValue, m_ForegroundValue, m_ThresholdValue, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
|
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::LightObject.
References BinaryThresholdProjectionImageFilter().
|
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 174 of file itkBinaryThresholdProjectionImageFilter.h.
References m_BackgroundValue, itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue, m_ForegroundValue, itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue, m_ThresholdValue, and itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::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::LightObject.
Definition at line 158 of file itkBinaryThresholdProjectionImageFilter.h.
References m_BackgroundValue, m_ForegroundValue, m_ThresholdValue, and itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< typename TInputImage::PixelType, typename TOutputImage::PixelType > >::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 188 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by BinaryThresholdProjectionImageFilter(), NewAccumulator(), and PrintSelf().
|
protected |
Pixel value for output foreground
Definition at line 185 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by BinaryThresholdProjectionImageFilter(), NewAccumulator(), and PrintSelf().
|
protected |
Pixel value for input Threshold
Definition at line 191 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by BinaryThresholdProjectionImageFilter(), NewAccumulator(), and PrintSelf().