ITK
6.0.0
Insight 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 51 of file itkVectorConnectedComponentImageFilter.h.
Public Member Functions | |
TInput::ValueType | GetDistanceThreshold () |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (SimilarVectorsFunctor) | |
bool | operator() (const TInput &a, const TInput &b) const |
bool | operator== (const SimilarVectorsFunctor &) const |
void | SetDistanceThreshold (const typename TInput::ValueType &thresh) |
SimilarVectorsFunctor ()=default | |
~SimilarVectorsFunctor ()=default | |
Protected Attributes | |
TInput::ValueType | m_Threshold {} |
|
default |
|
default |
|
inline |
Definition at line 64 of file itkVectorConnectedComponentImageFilter.h.
References itk::Functor::SimilarVectorsFunctor< TInput >::m_Threshold.
itk::Functor::SimilarVectorsFunctor< TInput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | SimilarVectorsFunctor< TInput > | ) |
|
inline |
Definition at line 78 of file itkVectorConnectedComponentImageFilter.h.
References itk::Math::abs(), and itk::Functor::SimilarVectorsFunctor< TInput >::m_Threshold.
|
inline |
Definition at line 70 of file itkVectorConnectedComponentImageFilter.h.
|
inline |
Definition at line 59 of file itkVectorConnectedComponentImageFilter.h.
References itk::Functor::SimilarVectorsFunctor< TInput >::m_Threshold.
Referenced by itk::VectorConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >::SetDistanceThreshold().
|
protected |