ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorConnectedComponentImageFilter.h>
A connected components filter that labels the objects in a vector image. Two vectors are pointing similar directions if one minus their dot product is less than a threshold. Vectors that are 180 degrees out of phase are similar. Assumes that vectors are normalized.
Definition at line 50 of file itkVectorConnectedComponentImageFilter.h.
Public Member Functions | |
TInput::ValueType | GetDistanceThreshold () |
bool | operator!= (const SimilarVectorsFunctor &) const |
bool | operator() (const TInput &a, const TInput &b) const |
bool | operator== (const SimilarVectorsFunctor &other) const |
void | SetDistanceThreshold (const typename TInput::ValueType &thresh) |
SimilarVectorsFunctor () | |
~SimilarVectorsFunctor () | |
Protected Attributes | |
TInput::ValueType | m_Threshold |
|
inline |
Definition at line 53 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 56 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 60 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 62 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 72 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 67 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 58 of file itkVectorConnectedComponentImageFilter.h.
|
protected |
Definition at line 84 of file itkVectorConnectedComponentImageFilter.h.
Referenced by itk::Functor::SimilarVectorsFunctor< TInputImage::ValueType >::GetDistanceThreshold(), itk::Functor::SimilarVectorsFunctor< TInputImage::ValueType >::operator()(), itk::Functor::SimilarVectorsFunctor< TInputImage::ValueType >::SetDistanceThreshold(), and itk::Functor::SimilarVectorsFunctor< TInputImage::ValueType >::SimilarVectorsFunctor().