Package org.itk.simple
Class NormalizedCorrelationImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.NormalizedCorrelationImageFilter
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
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::NormalizedCorrelationImageFilter::NormalizedCorrelationImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
NormalizedCorrelationImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::NormalizedCorrelationImageFilter::~NormalizedCorrelationImageFilter() DestructorImage itk::simple::NormalizedCorrelationImageFilter::Execute(const Image &image, const Image &maskImage, const Image &templateImage) Execute the filter on the input imageprotected void
finalize()
protected static long
getName()
std::string itk::simple::NormalizedCorrelationImageFilter::GetName() const Name of this classprotected static long
toString()
std::string itk::simple::NormalizedCorrelationImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFilter
getCPtr, swigRelease
Methods inherited from class org.itk.simple.ProcessObject
abort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
-
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
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classImageFilter
-
delete
public void delete()virtual itk::simple::NormalizedCorrelationImageFilter::~NormalizedCorrelationImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
getName
std::string itk::simple::NormalizedCorrelationImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::NormalizedCorrelationImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::NormalizedCorrelationImageFilter::Execute(const Image &image, const Image &maskImage, const Image &templateImage) Execute the filter on the input image
-