SimpleITK
2.0.0
|
Go to the source code of this file.
Classes | |
class | itk::simple::GrayscaleConnectedClosingImageFilter |
Enhance pixels associated with a dark object (identified by a seed pixel) where the dark object is surrounded by a brighter object. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::GrayscaleConnectedClosing (const Image &image1, std::vector< uint32_t > seed=std::vector< uint32_t >(3, 0), bool fullyConnected=false) |
Enhance pixels associated with a dark object (identified by a seed pixel) where the dark object is surrounded by a brighter object. More... | |
Image | itk::simple::GrayscaleConnectedClosing (const Image &image1, std::vector< uint32_t > seed=std::vector< uint32_t >(3, 0), bool fullyConnected=false) |
Enhance pixels associated with a dark object (identified by a seed pixel) where the dark object is surrounded by a brighter object. More... | |