ITK
5.2.0
Insight Toolkit
|
#include <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 ()=default | |
Protected Attributes | |
TInput::ValueType | m_Threshold |
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 51 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 54 of file itkVectorConnectedComponentImageFilter.h.
|
default |
|
inline |
Definition at line 64 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 70 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 82 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 76 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 59 of file itkVectorConnectedComponentImageFilter.h.
Referenced by itk::VectorConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >::SetDistanceThreshold().
|
protected |
Definition at line 94 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().