#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::GrayscaleConnectedOpening (const Image &image1, 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...
|
|
|
Image | itk::simple::GrayscaleConnectedOpening (const Image &image1, 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...
|
|