| FileNode Conversion (FileNode to Mat) |
Returns the node content as OpenCV Mat
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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.
Parameters
- node
- Type: OpenCvSharpFileNode
[Missing <param name="node"/> documentation for "M:OpenCvSharp.FileNode.op_Explicit(OpenCvSharp.FileNode)~OpenCvSharp.Mat"]
Return Value
Type:
Mat[Missing <returns> documentation for "M:OpenCvSharp.FileNode.op_Explicit(OpenCvSharp.FileNode)~OpenCvSharp.Mat"]
See Also