DMatch Structure |
Namespace: OpenCvSharp
The DMatch type exposes the following members.
Name | Description | |
---|---|---|
DMatch(Int32, Int32, Single) | Initializes a new instance of the DMatch class | |
DMatch(Int32, Int32, Int32, Single) | Initializes a new instance of the DMatch class |
Name | Description | |
---|---|---|
Empty | ||
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
(DMatch to Vec4f) | ||
(Vec4f to DMatch) | ||
GreaterThan |
Compares by distance (less is better)
| |
LessThan |
Compares by distance (less is better)
|
Name | Description | |
---|---|---|
Distance | ||
ImgIdx |
train image index
| |
QueryIdx |
query descriptor index
| |
TrainIdx |
train descriptor index
|