Click or drag to resize
FileNodeReadMat Method
http://www.emgu.com
Reads a Mat from the node

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void ReadMat(
	Mat mat,
	Mat defaultMat = null
)

Parameters

mat
Type: Emgu.CVMat
The Mat where the result is read into
defaultMat (Optional)
Type: Emgu.CVMat
The default mat.
See Also