Class VectorConnectedComponentImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.VectorConnectedComponentImageFilter
A connected components filter that labels the objects in a vector
image. Two vectors are pointing similar directions if one minus their
dot product is less than a threshold. Vectors that are 180 degrees out
of phase are similar. Assumes that vectors are normalized.
See:
 itk::simple::VectorConnectedComponent for the procedural interface
 itk::VectorConnectedComponentImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkVectorConnectedComponentImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::VectorConnectedComponentImageFilter::VectorConnectedComponentImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedVectorConnectedComponentImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::VectorConnectedComponentImageFilter::~VectorConnectedComponentImageFilter() DestructorImage itk::simple::VectorConnectedComponentImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()voidSelf& itk::simple::VectorConnectedComponentImageFilter::FullyConnectedOff()voidSelf& itk::simple::VectorConnectedComponentImageFilter::FullyConnectedOn() Set the value of FullyConnected to true or false respectfully.protected static longdoubledouble itk::simple::VectorConnectedComponentImageFilter::GetDistanceThreshold() constbooleanbool itk::simple::VectorConnectedComponentImageFilter::GetFullyConnected() constgetName()std::string itk::simple::VectorConnectedComponentImageFilter::GetName() const Name of this classvoidsetDistanceThreshold(double DistanceThreshold) Self& itk::simple::VectorConnectedComponentImageFilter::SetDistanceThreshold(double DistanceThreshold)voidsetFullyConnected(boolean FullyConnected) Self& itk::simple::VectorConnectedComponentImageFilter::SetFullyConnected(bool FullyConnected)protected static longtoString()std::string itk::simple::VectorConnectedComponentImageFilter::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- 
VectorConnectedComponentImageFilterprotected VectorConnectedComponentImageFilter(long cPtr, boolean cMemoryOwn) 
- 
VectorConnectedComponentImageFilterpublic VectorConnectedComponentImageFilter()itk::simple::VectorConnectedComponentImageFilter::VectorConnectedComponentImageFilter() 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::VectorConnectedComponentImageFilter::~VectorConnectedComponentImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setDistanceThresholdpublic void setDistanceThreshold(double DistanceThreshold) Self& itk::simple::VectorConnectedComponentImageFilter::SetDistanceThreshold(double DistanceThreshold)
- 
getDistanceThresholdpublic double getDistanceThreshold()double itk::simple::VectorConnectedComponentImageFilter::GetDistanceThreshold() const
- 
setFullyConnectedpublic void setFullyConnected(boolean FullyConnected) Self& itk::simple::VectorConnectedComponentImageFilter::SetFullyConnected(bool FullyConnected)
- 
fullyConnectedOnpublic void fullyConnectedOn()Self& itk::simple::VectorConnectedComponentImageFilter::FullyConnectedOn() Set the value of FullyConnected to true or false respectfully.
- 
fullyConnectedOffpublic void fullyConnectedOff()Self& itk::simple::VectorConnectedComponentImageFilter::FullyConnectedOff()
- 
getFullyConnectedpublic boolean getFullyConnected()bool itk::simple::VectorConnectedComponentImageFilter::GetFullyConnected() const
- 
getNamestd::string itk::simple::VectorConnectedComponentImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::VectorConnectedComponentImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-