24#ifndef _SO_BINCORREL_IMAGE_FILTER_H_
25#define _SO_BINCORREL_IMAGE_FILTER_H_
97 {
return m_minComputed; }
101 {
return m_maxComputed; }
105 {
return m_matchingPositionX; }
109 {
return m_matchingPositionY; }
113 {
return m_minTheoretical; }
117 {
return m_maxTheoretical; }
125 float m_matchingPositionX;
126 float m_matchingPositionY;
127 float m_minTheoretical;
128 float m_maxTheoretical;
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
Results details of image correlation.
float getMaxTheoretical() const
The maximum 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 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 getMinTheoretical() const
The minimum score theoretically possible.
float getMinComputed() const
The minimum correlation computed score before normalization.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoBinaryCorrelationPro...
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outMatchingImage
The output correlation image.
SoImageVizEngineAnalysisOutput< SbCorrelationDetail > outResult
The correlation matching results.
OffsetMode
See Correlation.
SoSFImageDataAdapter inBinaryKernel
The correlation kernel.
SoBinaryCorrelationProcessing2d()
Constructor.
SoSFImageDataAdapter inBinaryImage
The input binary image.
SoSFEnum offsetMode
Select the calculation offset (number of pixels).
<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...