Click or drag to resize

FileNodeReadMat Method

Reads the node element as Mat

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat ReadMat(
	Mat defaultMat = null
)

Parameters

defaultMat (Optional)
Type: OpenCvSharpMat

[Missing <param name="defaultMat"/> documentation for "M:OpenCvSharp.FileNode.ReadMat(OpenCvSharp.Mat)"]

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.FileNode.ReadMat(OpenCvSharp.Mat)"]

See Also