DMatch Conversion (Vec4f to DMatch)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static explicit operator DMatch (
Vec4f v
)
Public Shared Narrowing Operator CType (
v As Vec4f
) As DMatch
static explicit operator DMatch (
Vec4f v
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- v
- Type: OpenCvSharpVec4f
Return Value
Type:
DMatch
See Also