24#ifndef _SO_SOGRAYSCALECORRELATIONPROCESSING2D_IMAGE_FILTER_H_
25#define _SO_SOGRAYSCALECORRELATIONPROCESSING2D_IMAGE_FILTER_H_
183 {
return m_minComputed; }
187 {
return m_maxComputed; }
191 {
return m_matchingPositionX; }
195 {
return m_matchingPositionY; }
199 {
return m_minTheoretical; }
203 {
return m_maxTheoretical; }
211 float m_matchingPositionX;
212 float m_matchingPositionY;
213 float m_minTheoretical;
214 float m_maxTheoretical;
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
Results details of image correlation.
float getMaxComputed() const
The maximum correlation computed score before normalization.
float getMatchingPositionY() const
The y coordinate of the best matching position in the output image.
float getMaxTheoretical() const
The maximum score theoretically possible.
float getMinTheoretical() const
The minimum score theoretically possible.
float getMatchingPositionX() const
The x coordinate of the best matching position in the output image.
SbCorrelationDetail(SoImageAnalysisResult *analysis, int sequenceIndex=0)
float getMinComputed() const
The minimum correlation computed score before normalization.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoGrayscaleCorrelation...
SoSFEnum correlationCriterion
Select the correlation operator.
SoGrayscaleCorrelationProcessing2d()
Constructor.
CorrelationCriterion
See Correlation.
SoSFEnum offsetMode
Select the calculation offset (number of pixels).
SoSFImageDataAdapter inKernelImage
The correlation kernel.
OffsetMode
This field is ignored in the multiply correlation mode.
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outMatchingImage
The output correlation image.
SoSFEnum correlationMode
Select the normalization mode for correlation.
CorrelationMode
See Correlation and for each SoGrayscaleCorrelationProcessing2d::CorrelationCriterion.
SoImageVizEngineAnalysisOutput< SbCorrelationDetail > outResult
The correlation matching results.
SoSFImageDataAdapter inGrayImage
The input grayscale image.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> class to handle image ...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Image Processing outpu...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Abstract base class fo...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Image Processing outpu...
Field containing an enumerated value.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Field containing an So...