InputArray Conversion (Mat to InputArray)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static explicit operator InputArray (
Mat[] mats
)
Public Shared Narrowing Operator CType (
mats As Mat()
) As InputArray
static explicit operator InputArray^ (
array<Mat^>^ mats
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- mats
- Type: OpenCvSharpMat
Return Value
Type:
InputArray
See Also