Class ConnectedThresholdImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ConnectedThresholdImageFilter
Label pixels that are connected to a seed and lie within a range of values.
ConnectedThresholdImageFilter labels pixels with ReplaceValue that are connected to an initial Seed
AND lie within a Lower and Upper threshold range.
See:
 itk::simple::ConnectedThreshold for the procedural interface
 itk::ConnectedThresholdImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkConnectedThresholdImageFilter.h
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final class
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::ConnectedThresholdImageFilter::ConnectedThresholdImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedConnectedThresholdImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddSeed(VectorUInt32 point) Self& itk::simple::ConnectedThresholdImageFilter::AddSeed(std::vector< unsigned int > point) Add SeedList point.voidSelf& itk::simple::ConnectedThresholdImageFilter::ClearSeeds() Remove all SeedList points.voiddelete()virtual itk::simple::ConnectedThresholdImageFilter::~ConnectedThresholdImageFilter() DestructorImage itk::simple::ConnectedThresholdImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()ConnectivityType itk::simple::ConnectedThresholdImageFilter::GetConnectivity() const Type of connectivity to use (fully connected OR 4(2D), 6(3D), 2*N(ND) connectivity).protected static longdoublegetLower()double itk::simple::ConnectedThresholdImageFilter::GetLower() const Get Upper and Lower Threshold inputs as values.getName()std::string itk::simple::ConnectedThresholdImageFilter::GetName() const Name of this classshortuint8_t itk::simple::ConnectedThresholdImageFilter::GetReplaceValue() const Set/Get value to replace thresholded pixels.std::vector< std::vector< unsigned int > > itk::simple::ConnectedThresholdImageFilter::GetSeedList() const Get list of seeds.doublegetUpper()double itk::simple::ConnectedThresholdImageFilter::GetUpper() const Get Upper and Lower Threshold inputs as values.voidSelf& itk::simple::ConnectedThresholdImageFilter::SetConnectivity(ConnectivityType Connectivity) Type of connectivity to use (fully connected OR 4(2D), 6(3D), 2*N(ND) connectivity).voidsetLower(double Lower) Self& itk::simple::ConnectedThresholdImageFilter::SetLower(double Lower) Set Upper and Lower Threshold inputs as valuesvoidsetReplaceValue(short ReplaceValue) Self& itk::simple::ConnectedThresholdImageFilter::SetReplaceValue(uint8_t ReplaceValue) Set/Get value to replace thresholded pixels.voidsetSeedList(VectorUIntList SeedList) Self& itk::simple::ConnectedThresholdImageFilter::SetSeedList(std::vector< std::vector< unsigned int > > SeedList) Set list of image indexes for seeds.voidsetUpper(double Upper) Self& itk::simple::ConnectedThresholdImageFilter::SetUpper(double Upper) Set Upper and Lower Threshold inputs as valuesprotected static longtoString()std::string itk::simple::ConnectedThresholdImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
- 
Constructor Details- 
ConnectedThresholdImageFilterprotected ConnectedThresholdImageFilter(long cPtr, boolean cMemoryOwn) 
- 
ConnectedThresholdImageFilterpublic ConnectedThresholdImageFilter()itk::simple::ConnectedThresholdImageFilter::ConnectedThresholdImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::ConnectedThresholdImageFilter::~ConnectedThresholdImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setSeedListSelf& itk::simple::ConnectedThresholdImageFilter::SetSeedList(std::vector< std::vector< unsigned int > > SeedList) Set list of image indexes for seeds.
- 
getSeedListstd::vector< std::vector< unsigned int > > itk::simple::ConnectedThresholdImageFilter::GetSeedList() const Get list of seeds.
- 
addSeedSelf& itk::simple::ConnectedThresholdImageFilter::AddSeed(std::vector< unsigned int > point) Add SeedList point.
- 
clearSeedspublic void clearSeeds()Self& itk::simple::ConnectedThresholdImageFilter::ClearSeeds() Remove all SeedList points.
- 
setLowerpublic void setLower(double Lower) Self& itk::simple::ConnectedThresholdImageFilter::SetLower(double Lower) Set Upper and Lower Threshold inputs as values
- 
getLowerpublic double getLower()double itk::simple::ConnectedThresholdImageFilter::GetLower() const Get Upper and Lower Threshold inputs as values.
- 
setUpperpublic void setUpper(double Upper) Self& itk::simple::ConnectedThresholdImageFilter::SetUpper(double Upper) Set Upper and Lower Threshold inputs as values
- 
getUpperpublic double getUpper()double itk::simple::ConnectedThresholdImageFilter::GetUpper() const Get Upper and Lower Threshold inputs as values.
- 
setReplaceValuepublic void setReplaceValue(short ReplaceValue) Self& itk::simple::ConnectedThresholdImageFilter::SetReplaceValue(uint8_t ReplaceValue) Set/Get value to replace thresholded pixels. Pixels that lie * within Lower and Upper (inclusive) will be replaced with this value. The default is 1.
- 
getReplaceValuepublic short getReplaceValue()uint8_t itk::simple::ConnectedThresholdImageFilter::GetReplaceValue() const Set/Get value to replace thresholded pixels. Pixels that lie * within Lower and Upper (inclusive) will be replaced with this value. The default is 1.
- 
setConnectivitySelf& itk::simple::ConnectedThresholdImageFilter::SetConnectivity(ConnectivityType Connectivity) Type of connectivity to use (fully connected OR 4(2D), 6(3D), 2*N(ND) connectivity).
- 
getConnectivityConnectivityType itk::simple::ConnectedThresholdImageFilter::GetConnectivity() const Type of connectivity to use (fully connected OR 4(2D), 6(3D), 2*N(ND) connectivity).
- 
getNamestd::string itk::simple::ConnectedThresholdImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::ConnectedThresholdImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-