ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryThresholdProjectionImageFilter.h>
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.
itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::BinaryThresholdProjectionImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 152 of file itkBinaryThresholdProjectionImageFilter.h.
virtual itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::~BinaryThresholdProjectionImageFilter | ( | ) | [inline, protected, virtual] |
Definition at line 160 of file itkBinaryThresholdProjectionImageFilter.h.
itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::BinaryThresholdProjectionImageFilter | ( | const Self & | ) | [private] |
Pixel value for Threshold
virtual::itk::LightObject::Pointer itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const [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 OutputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::GetBackgroundValue | ( | ) | const [virtual] |
Set/Get the value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin().
virtual InputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::GetForegroundValue | ( | ) | const [virtual] |
Set/Get the value in the image to consider as "foreground". Defaults to maximum value of PixelType.
virtual const char* itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
virtual InputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::GetThresholdValue | ( | ) | const [virtual] |
Set/Get the value in the image to consider as "threshold". Defaults to NumericTraits<InputPixelType>::max()
static Pointer itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
virtual AccumulatorType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator | ( | SizeValueType | size | ) | const [inline, protected, virtual] |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 185 of file itkBinaryThresholdProjectionImageFilter.h.
void itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
Pixel value for Threshold
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
void itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [inline, protected, virtual] |
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 void itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::SetBackgroundValue | ( | OutputPixelType | _arg | ) | [virtual] |
Set/Get the value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin().
virtual void itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::SetForegroundValue | ( | InputPixelType | _arg | ) | [virtual] |
Set/Get the value in the image to consider as "foreground". Defaults to maximum value of PixelType.
virtual void itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::SetThresholdValue | ( | InputPixelType | _arg | ) | [virtual] |
Set/Get the value in the image to 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 > )
OutputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue [protected] |
Pixel value for background
Definition at line 199 of file itkBinaryThresholdProjectionImageFilter.h.
InputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue [protected] |
Pixel value to dilate
Definition at line 196 of file itkBinaryThresholdProjectionImageFilter.h.
OutputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ThresholdValue [protected] |
Pixel value for Threshold
Definition at line 202 of file itkBinaryThresholdProjectionImageFilter.h.