Class ReconstructionByErosionImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ReconstructionByErosionImageFilter
grayscale reconstruction by erosion of an image
Reconstruction by erosion operates on a "marker" image and a
"mask" image, and is defined as the erosion of the marker image with
respect to the mask image iterated until stability.
The marker image must be less than or equal to the mask image (on a
pixel by pixel basis).
Geodesic morphology is described in Chapter 6.2 of Pierre Soille's
book "Morphological Image Analysis: Principles and Applications",
Second Edition, Springer, 2003.
Algorithm implemented in this filter is based on algorithm described by Kevin
Robinson and Paul F. Whelan in "Efficient Morphological
Reconstruction: A Downhill Filter", Pattern Recognition Letters,
Volume 25, Issue 15, November 2004, Pages 1759-1767.
The algorithm, a description of the transform and some applications
can be found in "Morphological Grayscale Reconstruction in Image
Analysis:  Applications and Efficient Algorithms", Luc Vincent, IEEE
Transactions on image processing, Vol. 2, April 1993.
Richard Beare. Department of Medicine, Monash University, Melbourne,
Australia.
See:
 MorphologyImageFilter , GrayscaleDilateImageFilter , GrayscaleFunctionDilateImageFilter , BinaryDilateImageFilter , ReconstructionByErosionImageFilter , OpeningByReconstructionImageFilter , ClosingByReconstructionImageFilter , ReconstructionImageFilter
 itk::simple::ReconstructionByErosion for the procedural interface
 itk::ReconstructionByErosionImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkReconstructionByErosionImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::ReconstructionByErosionImageFilter::ReconstructionByErosionImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedReconstructionByErosionImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::ReconstructionByErosionImageFilter::~ReconstructionByErosionImageFilter() DestructorImage itk::simple::ReconstructionByErosionImageFilter::Execute(const Image &markerImage, const Image &maskImage) Execute the filter on the input imageprotected voidfinalize()voidSelf& itk::simple::ReconstructionByErosionImageFilter::FullyConnectedOff()voidSelf& itk::simple::ReconstructionByErosionImageFilter::FullyConnectedOn() Set the value of FullyConnected to true or false respectfully.protected static longbooleanbool itk::simple::ReconstructionByErosionImageFilter::GetFullyConnected() constgetName()std::string itk::simple::ReconstructionByErosionImageFilter::GetName() const Name of this classbooleanbool itk::simple::ReconstructionByErosionImageFilter::GetUseInternalCopy() constvoidsetFullyConnected(boolean FullyConnected) Self& itk::simple::ReconstructionByErosionImageFilter::SetFullyConnected(bool FullyConnected)voidsetUseInternalCopy(boolean UseInternalCopy) Self& itk::simple::ReconstructionByErosionImageFilter::SetUseInternalCopy(bool UseInternalCopy)protected static longtoString()std::string itk::simple::ReconstructionByErosionImageFilter::ToString() const Print ourselves outvoidSelf& itk::simple::ReconstructionByErosionImageFilter::UseInternalCopyOff()voidSelf& itk::simple::ReconstructionByErosionImageFilter::UseInternalCopyOn() Set the value of UseInternalCopy to true or false respectfully.Methods 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- 
ReconstructionByErosionImageFilterprotected ReconstructionByErosionImageFilter(long cPtr, boolean cMemoryOwn) 
- 
ReconstructionByErosionImageFilterpublic ReconstructionByErosionImageFilter()itk::simple::ReconstructionByErosionImageFilter::ReconstructionByErosionImageFilter() 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::ReconstructionByErosionImageFilter::~ReconstructionByErosionImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setFullyConnectedpublic void setFullyConnected(boolean FullyConnected) Self& itk::simple::ReconstructionByErosionImageFilter::SetFullyConnected(bool FullyConnected)
- 
fullyConnectedOnpublic void fullyConnectedOn()Self& itk::simple::ReconstructionByErosionImageFilter::FullyConnectedOn() Set the value of FullyConnected to true or false respectfully.
- 
fullyConnectedOffpublic void fullyConnectedOff()Self& itk::simple::ReconstructionByErosionImageFilter::FullyConnectedOff()
- 
getFullyConnectedpublic boolean getFullyConnected()bool itk::simple::ReconstructionByErosionImageFilter::GetFullyConnected() const
- 
setUseInternalCopypublic void setUseInternalCopy(boolean UseInternalCopy) Self& itk::simple::ReconstructionByErosionImageFilter::SetUseInternalCopy(bool UseInternalCopy)
- 
useInternalCopyOnpublic void useInternalCopyOn()Self& itk::simple::ReconstructionByErosionImageFilter::UseInternalCopyOn() Set the value of UseInternalCopy to true or false respectfully.
- 
useInternalCopyOffpublic void useInternalCopyOff()Self& itk::simple::ReconstructionByErosionImageFilter::UseInternalCopyOff()
- 
getUseInternalCopypublic boolean getUseInternalCopy()bool itk::simple::ReconstructionByErosionImageFilter::GetUseInternalCopy() const
- 
getNamestd::string itk::simple::ReconstructionByErosionImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::ReconstructionByErosionImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-