ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryThresholdProjectionImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Protected Attributes | |
OutputPixelType | m_BackgroundValue |
OutputPixelType | m_ForegroundValue |
InputPixelType | m_ThresholdValue |
BinaryThresholdProjectionImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
BinaryThreshold projection.
This class was contributed to the Insight Journal by Gaetan Lehmann. the original paper can be found at http://hdl.handle.net/1926/164
Definition at line 92 of file itkBinaryThresholdProjectionImageFilter.h.
typedef Superclass::AccumulatorType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::AccumulatorType |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 122 of file itkBinaryThresholdProjectionImageFilter.h.
typedef SmartPointer< const Self > itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 106 of file itkBinaryThresholdProjectionImageFilter.h.
typedef TInputImage itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::InputImageType |
Convenient typedefs for simplifying declarations.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 112 of file itkBinaryThresholdProjectionImageFilter.h.
typedef InputImageType::PixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType |
Image typedef support.
Definition at line 119 of file itkBinaryThresholdProjectionImageFilter.h.
typedef TOutputImage itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 116 of file itkBinaryThresholdProjectionImageFilter.h.
typedef OutputImageType::PixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 120 of file itkBinaryThresholdProjectionImageFilter.h.
typedef SmartPointer< Self > itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 105 of file itkBinaryThresholdProjectionImageFilter.h.
typedef BinaryThresholdProjectionImageFilter itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 99 of file itkBinaryThresholdProjectionImageFilter.h.
typedef ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 103 of file itkBinaryThresholdProjectionImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 152 of file itkBinaryThresholdProjectionImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 160 of file itkBinaryThresholdProjectionImageFilter.h.
|
private |
Pixel value for input Threshold
|
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::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
|
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 |
Runtime information support.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
|
virtual |
Set/Get the input value consider as "threshold". Defaults to NumericTraits<InputPixelType>::max()
|
static |
Method for creation through the object factory.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
|
inlineprotectedvirtual |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 185 of file itkBinaryThresholdProjectionImageFilter.h.
|
private |
Pixel value for input Threshold
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
|
inlineprotectedvirtual |
End concept checking Set/Get the direction in which to accumulate the data. It must be set before the update of the filter. Defaults to the last dimension.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 162 of file itkBinaryThresholdProjectionImageFilter.h.
|
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()
itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::GreaterThanComparable< InputPixelType > | ) |
Begin concept checking This class requires InputPixelTypeGreaterThanComparable in the form of ( Concept::GreaterThanComparable< InputPixelType > )
itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )
|
protected |
Pixel value for output background
Definition at line 199 of file itkBinaryThresholdProjectionImageFilter.h.
|
protected |
Pixel value for output foreground
Definition at line 196 of file itkBinaryThresholdProjectionImageFilter.h.
|
protected |
Pixel value for input Threshold
Definition at line 202 of file itkBinaryThresholdProjectionImageFilter.h.