18#ifndef sitkVectorConnectedComponentImageFilter_h
19#define sitkVectorConnectedComponentImageFilter_h
77 std::string
GetName()
const {
return std::string (
"VectorConnectedComponentImageFilter"); }
97 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
The Image class for SimpleITK.
Self & SetDistanceThreshold(double DistanceThreshold)
double m_DistanceThreshold
Image Execute(const Image &image1)
VectorConnectedComponentImageFilter Self
Self & SetFullyConnected(bool FullyConnected)
std::string ToString() const
Self & FullyConnectedOn()
RealVectorPixelIDTypeList PixelIDTypeList
VectorConnectedComponentImageFilter()
Image(Self::*)(const Image &image1) MemberFunctionType
double GetDistanceThreshold() const
virtual ~VectorConnectedComponentImageFilter()
bool GetFullyConnected() const
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Image ExecuteInternal(const Image &image1)
std::string GetName() const
Self & FullyConnectedOff()
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