Click or drag to resize

Mat.FromStream Method

Creates the Mat instance from System.IO.Stream

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Mat FromStream(
	Stream stream,
	ImreadModes mode
)

Parameters

stream
Type: System.IO.Stream
mode
Type: OpenCvSharp.ImreadModes

Return Value

Type: Mat
See Also