SimpleITK
|
Go to the source code of this file.
Classes | |
class | itk::simple::ConnectedThresholdImageFilter |
Label pixels that are connected to a seed and lie within a range of values. More... | |
Namespaces | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::ConnectedThreshold (const Image &image1, std::vector< std::vector< unsigned int > > seedList=std::vector< std::vector< unsigned int > >(), double lower=0, double upper=1, uint8_t replaceValue=1u, ConnectedThresholdImageFilter::ConnectivityType connectivity=itk::simple::ConnectedThresholdImageFilter::FaceConnectivity) |
Label pixels that are connected to a seed and lie within a range of values. | |