#include <itkBinaryThresholdProjectionImageFilter.h>
Definition at line 53 of file itkBinaryThresholdProjectionImageFilter.h.
Public Member Functions | |
BinaryThresholdAccumulator (SizeValueType) | |
TOutputPixel | GetValue () |
void | Initialize () |
void | operator() (const TInputPixel &input) |
~BinaryThresholdAccumulator ()=default | |
Public Attributes | |
TOutputPixel | m_BackgroundValue |
TOutputPixel | m_ForegroundValue |
bool | m_IsForeground |
TInputPixel | m_ThresholdValue |
|
inline |
Definition at line 56 of file itkBinaryThresholdProjectionImageFilter.h.
|
default |
|
inline |
Definition at line 75 of file itkBinaryThresholdProjectionImageFilter.h.
References m_BackgroundValue, m_ForegroundValue, and m_IsForeground.
|
inline |
Definition at line 60 of file itkBinaryThresholdProjectionImageFilter.h.
References m_IsForeground.
|
inline |
Definition at line 66 of file itkBinaryThresholdProjectionImageFilter.h.
References m_IsForeground, and m_ThresholdValue.
TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue |
Definition at line 89 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by GetValue(), and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator().
TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue |
Definition at line 88 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by GetValue(), and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator().
bool itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_IsForeground |
Definition at line 85 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by GetValue(), Initialize(), and operator()().
TInputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ThresholdValue |
Definition at line 87 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and operator()().