SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkGrayscaleConnectedOpeningImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkGrayscaleConnectedOpeningImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::GrayscaleConnectedOpeningImageFilter
 Enhance pixels associated with a bright object (identified by a seed pixel) where the bright object is surrounded by a darker object. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::GrayscaleConnectedOpening (const Image &image1, const std::vector< unsigned int > &seed=std::vector< unsigned int >(3, 0), bool fullyConnected=false)
 Enhance pixels associated with a bright object (identified by a seed pixel) where the bright object is surrounded by a darker object. More...