Class FastApproximateRankImageFilter

java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.FastApproximateRankImageFilter

public class FastApproximateRankImageFilter extends ImageFilter
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
  • 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

      protected static long getCPtr(FastApproximateRankImageFilter obj)
    • swigRelease

      protected static long swigRelease(FastApproximateRankImageFilter obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class ImageFilter
    • delete

      public void delete()
      virtual itk::simple::FastApproximateRankImageFilter::~FastApproximateRankImageFilter() Destructor
      Overrides:
      delete in class ImageFilter
    • setRank

      public void setRank(double Rank)
      Self& itk::simple::FastApproximateRankImageFilter::SetRank(double Rank)
    • getRank

      public double getRank()
      double itk::simple::FastApproximateRankImageFilter::GetRank() const
    • setRadius

      public void setRadius(VectorUInt32 Radius)
      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

      public VectorUInt32 getRadius()
      std::vector<unsigned int> itk::simple::FastApproximateRankImageFilter::GetRadius() const
    • getName

      public String getName()
      std::string itk::simple::FastApproximateRankImageFilter::GetName() const Name of this class
      Overrides:
      getName in class ProcessObject
    • toString

      public String toString()
      std::string itk::simple::FastApproximateRankImageFilter::ToString() const Print ourselves out
      Overrides:
      toString in class ProcessObject
    • execute

      public Image execute(Image image1)
      Image itk::simple::FastApproximateRankImageFilter::Execute(const Image &image1) Execute the filter on the input image