Package org.itk.simple
Class LabelUniqueLabelMapFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.LabelUniqueLabelMapFilter
Make sure that the objects are not overlapping.
AttributeUniqueLabelMapFilter search the overlapping zones in the overlapping objects and keeps
only a single object on all the pixels of the image. The object to
keep is selected according to their label.
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA
de Jouy-en-Josas, France.
This implementation was taken from the Insight Journal paper: https://www.insight-journal.org/browse/publication/176
See:
AttributeLabelObject
itk::simple::LabelUniqueLabelMapFilter for the procedural interface
itk::LabelUniqueLabelMapFilter for the Doxygen on the original ITK class.
C++ includes: sitkLabelUniqueLabelMapFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::LabelUniqueLabelMapFilter::LabelUniqueLabelMapFilter() Default Constructor that takes no arguments and initializes default parametersprotected
LabelUniqueLabelMapFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::LabelUniqueLabelMapFilter::~LabelUniqueLabelMapFilter() DestructorImage itk::simple::LabelUniqueLabelMapFilter::Execute(Image &&image1) Execute the filter on the input imageprotected void
finalize()
protected static long
getName()
std::string itk::simple::LabelUniqueLabelMapFilter::GetName() const Name of this classboolean
bool itk::simple::LabelUniqueLabelMapFilter::GetReverseOrdering() constvoid
Self& itk::simple::LabelUniqueLabelMapFilter::ReverseOrderingOff()void
Self& itk::simple::LabelUniqueLabelMapFilter::ReverseOrderingOn() Set the value of ReverseOrdering to true or false respectfully.void
setReverseOrdering
(boolean ReverseOrdering) Self& itk::simple::LabelUniqueLabelMapFilter::SetReverseOrdering(bool ReverseOrdering)protected static long
toString()
std::string itk::simple::LabelUniqueLabelMapFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFilter
getCPtr, swigRelease
Methods inherited from class org.itk.simple.ProcessObject
abort, 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
-
LabelUniqueLabelMapFilter
protected LabelUniqueLabelMapFilter(long cPtr, boolean cMemoryOwn) -
LabelUniqueLabelMapFilter
public LabelUniqueLabelMapFilter()itk::simple::LabelUniqueLabelMapFilter::LabelUniqueLabelMapFilter() Default Constructor that takes no arguments and initializes default parameters
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classImageFilter
-
delete
public void delete()virtual itk::simple::LabelUniqueLabelMapFilter::~LabelUniqueLabelMapFilter() Destructor- Overrides:
delete
in classImageFilter
-
setReverseOrdering
public void setReverseOrdering(boolean ReverseOrdering) Self& itk::simple::LabelUniqueLabelMapFilter::SetReverseOrdering(bool ReverseOrdering) -
reverseOrderingOn
public void reverseOrderingOn()Self& itk::simple::LabelUniqueLabelMapFilter::ReverseOrderingOn() Set the value of ReverseOrdering to true or false respectfully. -
reverseOrderingOff
public void reverseOrderingOff()Self& itk::simple::LabelUniqueLabelMapFilter::ReverseOrderingOff() -
getReverseOrdering
public boolean getReverseOrdering()bool itk::simple::LabelUniqueLabelMapFilter::GetReverseOrdering() const -
getName
std::string itk::simple::LabelUniqueLabelMapFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::LabelUniqueLabelMapFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::LabelUniqueLabelMapFilter::Execute(Image &&image1) Execute the filter on the input image
-