Class RoundImageFilter


public class RoundImageFilter extends ImageFilter
Rounds the value of each pixel. The computations are performed using itk::Math::Round(x). See: itk::simple::Round for the procedural interface itk::RoundImageFilter for the Doxygen on the original ITK class. C++ includes: sitkRoundImageFilter.h
  • Constructor Details

    • RoundImageFilter

      protected RoundImageFilter(long cPtr, boolean cMemoryOwn)
    • RoundImageFilter

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

    • getCPtr

      protected static long getCPtr(RoundImageFilter obj)
    • swigRelease

      protected static long swigRelease(RoundImageFilter obj)
    • finalize

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

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

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

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

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