|
SimpleITK
1.0.1
|
Include dependency graph for sitkScalarConnectedComponentImageFilter.h:
This graph shows which files directly or indirectly include this file: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 &image1, 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... | |
1.8.9.1