![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryThresholdProjectionImageFilter.h>
Public Member Functions | |
| BinaryThresholdAccumulator (SizeValueType) | |
| TOutputPixel | GetValue () |
| void | Initialize () |
| void | operator() (const TInputPixel &input) |
| ~BinaryThresholdAccumulator () | |
Public Attributes | |
| TOutputPixel | m_BackgroundValue |
| TOutputPixel | m_ForegroundValue |
| bool | m_IsForeground |
| TInputPixel | m_ThresholdValue |
Definition at line 52 of file itkBinaryThresholdProjectionImageFilter.h.
|
inline |
Definition at line 55 of file itkBinaryThresholdProjectionImageFilter.h.
|
inline |
Definition at line 56 of file itkBinaryThresholdProjectionImageFilter.h.
|
inline |
Definition at line 71 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue, itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue, and itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_IsForeground.
|
inline |
Definition at line 58 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_IsForeground.
|
inline |
| TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue |
Definition at line 87 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::GetValue().
| TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue |
Definition at line 86 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::GetValue().
| bool itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_IsForeground |
Definition at line 83 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::GetValue(), itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::Initialize(), and itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::operator()().
| TInputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ThresholdValue |
Definition at line 85 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::operator()().
1.8.1