Click or drag to resize

MatFromStream 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.IOStream
mode
Type: OpenCvSharpImreadModes

Return Value

Type: Mat
See Also