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.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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