SimpleITK
|
Go to the source code of this file.
Classes | |
class | itk::simple::IsolatedConnectedImageFilter |
Label pixels that are connected to one set of seeds but not another. More... | |
Namespaces | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::IsolatedConnected (const Image &image1, std::vector< unsigned int > seed1=std::vector< unsigned int >(3, 0), std::vector< unsigned int > seed2=std::vector< unsigned int >(3, 0), double lower=0, double upper=1, uint8_t replaceValue=1u, double isolatedValueTolerance=1.0, bool findUpperThreshold=true) |
Label pixels that are connected to one set of seeds but not another. | |