Class NormalizedCorrelationImageFilter

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

public class NormalizedCorrelationImageFilter extends ImageFilter
Computes the normalized correlation of an image and a template. This filter calculates the normalized correlation between an image and the template. Normalized correlation is frequently use in feature detection because it is invariant to local changes in contrast. The filter can be given a mask. When presented with an input image and a mask, the normalized correlation is only calculated at those pixels under the mask. See: Image Neighborhood NeighborhoodOperator NeighborhoodIterator itk::simple::NormalizedCorrelation for the procedural interface itk::NormalizedCorrelationImageFilter for the Doxygen on the original ITK class. C++ includes: sitkNormalizedCorrelationImageFilter.h
  • Constructor Details

    • NormalizedCorrelationImageFilter

      protected NormalizedCorrelationImageFilter(long cPtr, boolean cMemoryOwn)
    • NormalizedCorrelationImageFilter

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

    • getCPtr

      protected static long getCPtr(NormalizedCorrelationImageFilter obj)
    • swigRelease

      protected static long swigRelease(NormalizedCorrelationImageFilter obj)
    • finalize

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

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

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

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

      public Image execute(Image image, Image maskImage, Image templateImage)
      Image itk::simple::NormalizedCorrelationImageFilter::Execute(const Image &image, const Image &maskImage, const Image &templateImage) Execute the filter on the input image