ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLocalStructureImageFilter.h>
Definition at line 50 of file itkLocalStructureImageFilter.h.
Public Member Functions | |
LocalStructure () | |
bool | operator!= (const LocalStructure &) const |
TOutput | operator() (const TInput &A) |
bool | operator== (const LocalStructure &other) const |
void | SetAlpha (double value) |
void | SetGamma (double value) |
double | WeightFunctionOmega (double ls, double lt) const |
double | WeightFunctionPhi (double ls, double lt) const |
~LocalStructure () | |
Private Attributes | |
double | m_Alpha |
double | m_Gamma |
|
inline |
Definition at line 53 of file itkLocalStructureImageFilter.h.
|
inline |
Definition at line 58 of file itkLocalStructureImageFilter.h.
|
inline |
Definition at line 59 of file itkLocalStructureImageFilter.h.
|
inline |
Definition at line 67 of file itkLocalStructureImageFilter.h.
|
inline |
Definition at line 63 of file itkLocalStructureImageFilter.h.
|
inline |
Definition at line 148 of file itkLocalStructureImageFilter.h.
|
inline |
Definition at line 153 of file itkLocalStructureImageFilter.h.
|
inline |
Definition at line 126 of file itkLocalStructureImageFilter.h.
Referenced by itk::Function::LocalStructure< TInputImage::PixelType, TOutputImage::PixelType >::operator()().
|
inline |
Definition at line 139 of file itkLocalStructureImageFilter.h.
|
private |
Definition at line 159 of file itkLocalStructureImageFilter.h.
Referenced by itk::Function::LocalStructure< TInputImage::PixelType, TOutputImage::PixelType >::LocalStructure(), itk::Function::LocalStructure< TInputImage::PixelType, TOutputImage::PixelType >::SetAlpha(), and itk::Function::LocalStructure< TInputImage::PixelType, TOutputImage::PixelType >::WeightFunctionOmega().
|
private |
Definition at line 160 of file itkLocalStructureImageFilter.h.
Referenced by itk::Function::LocalStructure< TInputImage::PixelType, TOutputImage::PixelType >::LocalStructure(), itk::Function::LocalStructure< TInputImage::PixelType, TOutputImage::PixelType >::SetGamma(), itk::Function::LocalStructure< TInputImage::PixelType, TOutputImage::PixelType >::WeightFunctionOmega(), and itk::Function::LocalStructure< TInputImage::PixelType, TOutputImage::PixelType >::WeightFunctionPhi().