| DMatch Constructor (Int32, Int32, Single) |
Initializes a new instance of the
DMatch class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public DMatch(
int queryIdx,
int trainIdx,
float distance
)
Public Sub New (
queryIdx As Integer,
trainIdx As Integer,
distance As Single
)
public:
DMatch(
int queryIdx,
int trainIdx,
float distance
)
new :
queryIdx : int *
trainIdx : int *
distance : float32 -> DMatch
Parameters
- queryIdx
- Type: SystemInt32
[Missing <param name="queryIdx"/> documentation for "M:OpenCvSharp.DMatch.#ctor(System.Int32,System.Int32,System.Single)"]
- trainIdx
- Type: SystemInt32
[Missing <param name="trainIdx"/> documentation for "M:OpenCvSharp.DMatch.#ctor(System.Int32,System.Int32,System.Single)"]
- distance
- Type: SystemSingle
[Missing <param name="distance"/> documentation for "M:OpenCvSharp.DMatch.#ctor(System.Int32,System.Int32,System.Single)"]
See Also