ITK
6.0.0
Insight Toolkit
|
#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 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 60 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_IsForeground.
|
inline |
TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue |
TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue |
bool itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_IsForeground |
Definition at line 87 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 |