Loading [MathJax]/jax/output/HTML-CSS/config.js
SimpleITK  2.5.0.dev
sitkConnectedComponentImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkConnectedComponentImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::ConnectedComponentImageFilter
 Label the objects in a binary image. More...
 

Namespaces

namespace  itk
 
namespace  itk::simple
 

Functions

Image itk::simple::ConnectedComponent (const Image &image, bool fullyConnected=false)
 Label the objects in a binary image.
 
Image itk::simple::ConnectedComponent (const Image &image, const Image &maskImage, bool fullyConnected=false)
 Label the objects in a binary image.