Class FastApproximateRankImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.FastApproximateRankImageFilter
A separable rank filter.
Medians aren't separable, but if you want a large robust smoother to
be relatively quick then it is worthwhile pretending that they are.
This code was contributed in the Insight Journal paper: "Efficient
implementation of kernel filtering" by Beare R., Lehmann G https://doi.org/10.54294/igq8fn
Richard Beare
See:
 itk::simple::FastApproximateRank for the procedural interface
 itk::FastApproximateRankImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkFastApproximateRankImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::FastApproximateRankImageFilter::FastApproximateRankImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedFastApproximateRankImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::FastApproximateRankImageFilter::~FastApproximateRankImageFilter() DestructorImage itk::simple::FastApproximateRankImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()protected static longgetName()std::string itk::simple::FastApproximateRankImageFilter::GetName() const Name of this classstd::vector<unsigned int> itk::simple::FastApproximateRankImageFilter::GetRadius() constdoublegetRank()double itk::simple::FastApproximateRankImageFilter::GetRank() constvoidsetRadius(long value) Self& itk::simple::FastApproximateRankImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to valuevoidsetRadius(VectorUInt32 Radius) Self& itk::simple::FastApproximateRankImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to valuevoidsetRank(double Rank) Self& itk::simple::FastApproximateRankImageFilter::SetRank(double Rank)protected static longtoString()std::string itk::simple::FastApproximateRankImageFilter::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- 
FastApproximateRankImageFilterprotected FastApproximateRankImageFilter(long cPtr, boolean cMemoryOwn) 
- 
FastApproximateRankImageFilterpublic FastApproximateRankImageFilter()itk::simple::FastApproximateRankImageFilter::FastApproximateRankImageFilter() 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::FastApproximateRankImageFilter::~FastApproximateRankImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setRankpublic void setRank(double Rank) Self& itk::simple::FastApproximateRankImageFilter::SetRank(double Rank)
- 
getRankpublic double getRank()double itk::simple::FastApproximateRankImageFilter::GetRank() const
- 
setRadiusSelf& itk::simple::FastApproximateRankImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to value
- 
setRadiuspublic void setRadius(long value) Self& itk::simple::FastApproximateRankImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to value
- 
getRadiusstd::vector<unsigned int> itk::simple::FastApproximateRankImageFilter::GetRadius() const
- 
getNamestd::string itk::simple::FastApproximateRankImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::FastApproximateRankImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-