FileNode Conversion (FileNode to Mat)
|
Returns the node content as OpenCV Mat
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static explicit operator Mat (
FileNode node
)
Public Shared Narrowing Operator CType (
node As FileNode
) As Mat
static explicit operator Mat^ (
FileNode^ node
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- node
- Type: OpenCvSharpFileNode
Return Value
Type:
Mat
See Also