Package org.itk.simple
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://hdl.handle.net/1926/555 https://www.insight-journal.org/browse/publication/160
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 Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::FastApproximateRankImageFilter::FastApproximateRankImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
FastApproximateRankImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::FastApproximateRankImageFilter::~FastApproximateRankImageFilter() DestructorImage itk::simple::FastApproximateRankImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
protected static long
getName()
std::string itk::simple::FastApproximateRankImageFilter::GetName() const Name of this classstd::vector<unsigned int> itk::simple::FastApproximateRankImageFilter::GetRadius() constdouble
getRank()
double itk::simple::FastApproximateRankImageFilter::GetRank() constvoid
setRadius
(long value) Self& itk::simple::FastApproximateRankImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to valuevoid
setRadius
(VectorUInt32 Radius) Self& itk::simple::FastApproximateRankImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to valuevoid
setRank
(double Rank) Self& itk::simple::FastApproximateRankImageFilter::SetRank(double Rank)protected static long
toString()
std::string itk::simple::FastApproximateRankImageFilter::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
-
FastApproximateRankImageFilter
protected FastApproximateRankImageFilter(long cPtr, boolean cMemoryOwn) -
FastApproximateRankImageFilter
public FastApproximateRankImageFilter()itk::simple::FastApproximateRankImageFilter::FastApproximateRankImageFilter() 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::FastApproximateRankImageFilter::~FastApproximateRankImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setRank
public void setRank(double Rank) Self& itk::simple::FastApproximateRankImageFilter::SetRank(double Rank) -
getRank
public double getRank()double itk::simple::FastApproximateRankImageFilter::GetRank() const -
setRadius
Self& itk::simple::FastApproximateRankImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to value -
setRadius
public void setRadius(long value) Self& itk::simple::FastApproximateRankImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to value -
getRadius
std::vector<unsigned int> itk::simple::FastApproximateRankImageFilter::GetRadius() const -
getName
std::string itk::simple::FastApproximateRankImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::FastApproximateRankImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::FastApproximateRankImageFilter::Execute(const Image &image1) Execute the filter on the input image
-