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 SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::NormalizedCorrelationImageFilter::NormalizedCorrelationImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedNormalizedCorrelationImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()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 voidfinalize()protected static longgetName()std::string itk::simple::NormalizedCorrelationImageFilter::GetName() const Name of this classprotected static longtoString()std::string itk::simple::NormalizedCorrelationImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, 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- 
NormalizedCorrelationImageFilterprotected NormalizedCorrelationImageFilter(long cPtr, boolean cMemoryOwn) 
- 
NormalizedCorrelationImageFilterpublic NormalizedCorrelationImageFilter()itk::simple::NormalizedCorrelationImageFilter::NormalizedCorrelationImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::NormalizedCorrelationImageFilter::~NormalizedCorrelationImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
getNamestd::string itk::simple::NormalizedCorrelationImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::NormalizedCorrelationImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-