Click or drag to resize

CvInvokeSetErrMode Method

http://www.emgu.com
Sets the specified error mode.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static int SetErrMode(
	int errorMode
)

Parameters

errorMode
Type: SystemInt32
The error mode

Return Value

Type: Int32
The previous error mode
See Also