Class HashImageFilter

java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.HashImageFilter

public class HashImageFilter extends ProcessObject
Compute the sha1 or md5 hash of an image. See: itk::simple::Hash for the procedural interface C++ includes: sitkHashImageFilter.h
  • Constructor Details

    • HashImageFilter

      protected HashImageFilter(long cPtr, boolean cMemoryOwn)
    • HashImageFilter

      public HashImageFilter()
      itk::simple::HashImageFilter::HashImageFilter()
  • Method Details

    • getCPtr

      protected static long getCPtr(HashImageFilter obj)
    • swigRelease

      protected static long swigRelease(HashImageFilter obj)
    • finalize

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

      public void delete()
      itk::simple::HashImageFilter::~HashImageFilter() override
      Overrides:
      delete in class ProcessObject
    • setHashFunction

      public void setHashFunction(HashImageFilter.HashFunction hashFunction)
      Self& itk::simple::HashImageFilter::SetHashFunction(HashFunction hashFunction)
    • getHashFunction

      public HashImageFilter.HashFunction getHashFunction()
      HashFunction itk::simple::HashImageFilter::GetHashFunction() const
    • getName

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

      public String toString()
      std::string itk::simple::HashImageFilter::ToString() const override
      Overrides:
      toString in class ProcessObject
    • execute

      public String execute(Image arg0)
      std::string itk::simple::HashImageFilter::Execute(const Image &)