Click or drag to resize

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
)

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