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