Click or drag to resize
SoGrayscaleCorrelationProcessing2dSbCorrelationDetail Structure

Results details of image correlation.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.PatternRecognition
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public struct SbCorrelationDetail

The SoGrayscaleCorrelationProcessing2dSbCorrelationDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoGrayscaleCorrelationProcessing2dSbCorrelationDetail(SoImageAnalysisResult)
Calls SbCorrelationDetail(analysis, System.Int32(0)).
Public methodSoGrayscaleCorrelationProcessing2dSbCorrelationDetail(SoImageAnalysisResult, Int32)
Initializes a new instance of the SoGrayscaleCorrelationProcessing2dSbCorrelationDetail class
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyMatchingPositionX

The x coordinate of the best matching position in the output image.

Public propertyMatchingPositionY

The y coordinate of the best matching position in the output image.

Public propertyMaxComputed

The maximum correlation computed score before normalization.

Public propertyMaxTheoretical

The maximum score theoretically possible.

Public propertyMinComputed

The minimum correlation computed score before normalization.

Public propertyMinTheoretical

The minimum score theoretically possible.

Top
Remarks