Click or drag to resize

DMatch Structure

Struct for matching: query descriptor index, train descriptor index, train image index and distance between descriptors.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public struct DMatch

The DMatch type exposes the following members.

Constructors
  NameDescription
Public methodDMatch(Int32, Int32, Single)
Initializes a new instance of the DMatch class
Public methodDMatch(Int32, Int32, Int32, Single)
Initializes a new instance of the DMatch class
Top
Methods
  NameDescription
Public methodStatic memberEmpty
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.
(Overrides ValueTypeToString.)
Top
Operators
Fields
  NameDescription
Public fieldDistance
Public fieldImgIdx
train image index
Public fieldQueryIdx
query descriptor index
Public fieldTrainIdx
train descriptor index
Top
See Also