SimpleITK
1.2.4
|
Go to the source code of this file.
Classes | |
class | itk::simple::ScalarConnectedComponentImageFilter |
A connected components filter that labels the objects in an arbitrary image. Two pixels are similar if they are within threshold of each other. Uses ConnectedComponentFunctorImageFilter . More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::ScalarConnectedComponent (const Image &image, const Image &maskImage, double distanceThreshold=0.0, bool fullyConnected=false) |
A connected components filter that labels the objects in an arbitrary image. Two pixels are similar if they are within threshold of each other. Uses ConnectedComponentFunctorImageFilter . More... | |
Image | itk::simple::ScalarConnectedComponent (const Image &image, double distanceThreshold=0.0, bool fullyConnected=false) |