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