Click or drag to resize

CvInvokeImreadmulti Method

http://www.emgu.com
The function imreadmulti loads a multi-page image from the specified file into a vector of Mat objects.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Mat[] Imreadmulti(
	string filename,
	ImreadModes flags = ImreadModes.AnyColor
)

Parameters

filename
Type: SystemString
Name of file to be loaded.
flags (Optional)
Type: Emgu.CV.CvEnumImreadModes
Read flags

Return Value

Type: Mat
Null if the reading fails, otherwise, an array of Mat from the file
See Also