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
Syntaxpublic DMatch(
int queryIdx,
int trainIdx,
int imgIdx,
float distance
)
Public Sub New (
queryIdx As Integer,
trainIdx As Integer,
imgIdx As Integer,
distance As Single
)
public:
DMatch(
int queryIdx,
int trainIdx,
int imgIdx,
float distance
)
new :
queryIdx : int *
trainIdx : int *
imgIdx : int *
distance : float32 -> DMatch
OpenCvSharp.DMatch = function(queryIdx, trainIdx, imgIdx, distance);
Parameters
- queryIdx
- Type: SystemInt32
- trainIdx
- Type: SystemInt32
- imgIdx
- Type: SystemInt32
- distance
- Type: SystemSingle
See Also