Class BoxMeanImageFilter


public class BoxMeanImageFilter extends ImageFilter
Implements a fast rectangular mean filter using the accumulator approach. This code was contributed in the Insight Journal paper: "Efficient implementation of kernel filtering" by Beare R., Lehmann G https://www.insight-journal.org/browse/publication/160 Richard Beare See: itk::simple::BoxMean for the procedural interface itk::BoxMeanImageFilter for the Doxygen on the original ITK class. C++ includes: sitkBoxMeanImageFilter.h
  • Constructor Details

    • BoxMeanImageFilter

      protected BoxMeanImageFilter(long cPtr, boolean cMemoryOwn)
    • BoxMeanImageFilter

      public BoxMeanImageFilter()
      itk::simple::BoxMeanImageFilter::BoxMeanImageFilter() Default Constructor that takes no arguments and initializes default parameters
  • Method Details

    • getCPtr

      protected static long getCPtr(BoxMeanImageFilter obj)
    • swigRelease

      protected static long swigRelease(BoxMeanImageFilter obj)
    • finalize

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

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

      public void setRadius(VectorUInt32 Radius)
      Self& itk::simple::BoxMeanImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to value
    • setRadius

      public void setRadius(long value)
      Self& itk::simple::BoxMeanImageFilter::SetRadius(unsigned int value) Set the values of the Radius vector all to value
    • getRadius

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

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

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

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