Click or drag to resize

DMatch Constructor (Int32, Int32, Int32, Single)

Initializes a new instance of the DMatch class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public DMatch(
	int queryIdx,
	int trainIdx,
	int imgIdx,
	float distance
)

Parameters

queryIdx
Type: SystemInt32
trainIdx
Type: SystemInt32
imgIdx
Type: SystemInt32
distance
Type: SystemSingle
See Also