Class SoBinaryCorrelationProcessing2d.SbCorrelationDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.geometryandmatching.patternrecognition.SoBinaryCorrelationProcessing2d.SbCorrelationDetail
-
- Enclosing class:
- SoBinaryCorrelationProcessing2d
public static class SoBinaryCorrelationProcessing2d.SbCorrelationDetail extends Inventor
Results details of image correlation.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SbCorrelationDetail(SoImageAnalysisResult analysis)
Calls SbCorrelationDetail(analysis, (int)0).SbCorrelationDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getMatchingPositionX()
The x coordinate of the best matching position in the output image.float
getMatchingPositionY()
The y coordinate of the best matching position in the output image.float
getMaxComputed()
The maximum correlation computed score before normalization.float
getMaxTheoretical()
The maximum score theoretically possible.float
getMinComputed()
The minimum correlation computed score before normalization.float
getMinTheoretical()
The minimum score theoretically possible.void
setValue(SoBinaryCorrelationProcessing2d.SbCorrelationDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbCorrelationDetail
public SbCorrelationDetail(SoImageAnalysisResult analysis)
Calls SbCorrelationDetail(analysis, (int)0).
-
SbCorrelationDetail
public SbCorrelationDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
setValue
public void setValue(SoBinaryCorrelationProcessing2d.SbCorrelationDetail copyFrom)
-
getMatchingPositionY
public float getMatchingPositionY()
The y coordinate of the best matching position in the output image.
-
getMinTheoretical
public float getMinTheoretical()
The minimum score theoretically possible.
-
getMatchingPositionX
public float getMatchingPositionX()
The x coordinate of the best matching position in the output image.
-
getMaxComputed
public float getMaxComputed()
The maximum correlation computed score before normalization.
-
getMinComputed
public float getMinComputed()
The minimum correlation computed score before normalization.
-
getMaxTheoretical
public float getMaxTheoretical()
The maximum score theoretically possible.
-
-