18#ifndef sitkVectorConnectedComponentImageFilter_h
19#define sitkVectorConnectedComponentImageFilter_h
88 std::string
GetName()
const {
return std::string(
"VectorConnectedComponentImageFilter"); }
128 const Image &image1,
double distanceThreshold = 1.0,
bool fullyConnected =
false
The Image class for SimpleITK.
double m_DistanceThreshold
Image Execute(const Image &image1)
VectorConnectedComponentImageFilter Self
void SetDistanceThreshold(double DistanceThreshold)
std::string ToString() const
RealVectorPixelIDTypeList PixelIDTypeList
VectorConnectedComponentImageFilter()
double GetDistanceThreshold() const
virtual ~VectorConnectedComponentImageFilter()
bool GetFullyConnected() const
Image(Self::*)(const Image &image1) MemberFunctionType
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
Image ExecuteInternal(const Image &image1)
std::string GetName() const
void SetFullyConnected(bool FullyConnected)
A class used to instantiate and generate function object to templated member functions.
Image VectorConnectedComponent(const Image &image1, double distanceThreshold=1.0, bool fullyConnected=false)
A connected components filter that labels the objects in a vector image. Two vectors are pointing sim...
typelist2::typelist< VectorPixelID< float >, VectorPixelID< double > > RealVectorPixelIDTypeList
#define SITKBasicFilters_EXPORT