Class ScalarConnectedComponentImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ScalarConnectedComponentImageFilter
A connected components filter that labels the objects in an arbitrary
image. Two pixels are similar if they are within threshold of each
other. Uses ConnectedComponentFunctorImageFilter .
See:
 itk::simple::ScalarConnectedComponent for the procedural interface
 itk::ScalarConnectedComponentImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkScalarConnectedComponentImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::ScalarConnectedComponentImageFilter::ScalarConnectedComponentImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedScalarConnectedComponentImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::ScalarConnectedComponentImageFilter::~ScalarConnectedComponentImageFilter() DestructorImage itk::simple::ScalarConnectedComponentImageFilter::Execute(const Image &image, const Image &maskImage) Execute the filter on the input imageImage itk::simple::ScalarConnectedComponentImageFilter::Execute(const Image &image, const Image &maskImage) Execute the filter on the input imageprotected voidfinalize()voidSelf& itk::simple::ScalarConnectedComponentImageFilter::FullyConnectedOff()voidSelf& itk::simple::ScalarConnectedComponentImageFilter::FullyConnectedOn() Set the value of FullyConnected to true or false respectfully.protected static longdoubledouble itk::simple::ScalarConnectedComponentImageFilter::GetDistanceThreshold() constbooleanbool itk::simple::ScalarConnectedComponentImageFilter::GetFullyConnected() constgetName()std::string itk::simple::ScalarConnectedComponentImageFilter::GetName() const Name of this classvoidsetDistanceThreshold(double DistanceThreshold) Self& itk::simple::ScalarConnectedComponentImageFilter::SetDistanceThreshold(double DistanceThreshold)voidsetFullyConnected(boolean FullyConnected) Self& itk::simple::ScalarConnectedComponentImageFilter::SetFullyConnected(bool FullyConnected)protected static longtoString()std::string itk::simple::ScalarConnectedComponentImageFilter::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- 
ScalarConnectedComponentImageFilterprotected ScalarConnectedComponentImageFilter(long cPtr, boolean cMemoryOwn) 
- 
ScalarConnectedComponentImageFilterpublic ScalarConnectedComponentImageFilter()itk::simple::ScalarConnectedComponentImageFilter::ScalarConnectedComponentImageFilter() 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::ScalarConnectedComponentImageFilter::~ScalarConnectedComponentImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setDistanceThresholdpublic void setDistanceThreshold(double DistanceThreshold) Self& itk::simple::ScalarConnectedComponentImageFilter::SetDistanceThreshold(double DistanceThreshold)
- 
getDistanceThresholdpublic double getDistanceThreshold()double itk::simple::ScalarConnectedComponentImageFilter::GetDistanceThreshold() const
- 
setFullyConnectedpublic void setFullyConnected(boolean FullyConnected) Self& itk::simple::ScalarConnectedComponentImageFilter::SetFullyConnected(bool FullyConnected)
- 
fullyConnectedOnpublic void fullyConnectedOn()Self& itk::simple::ScalarConnectedComponentImageFilter::FullyConnectedOn() Set the value of FullyConnected to true or false respectfully.
- 
fullyConnectedOffpublic void fullyConnectedOff()Self& itk::simple::ScalarConnectedComponentImageFilter::FullyConnectedOff()
- 
getFullyConnectedpublic boolean getFullyConnected()bool itk::simple::ScalarConnectedComponentImageFilter::GetFullyConnected() const
- 
getNamestd::string itk::simple::ScalarConnectedComponentImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::ScalarConnectedComponentImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
- 
execute
 
-