Click or drag to resize

CvInvokeSetErrMode Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static int SetErrMode(
	int errorMode
)

Parameters

errorMode
Type: SystemInt32
The error mode

Return Value

Type: Int32
The previous error mode
See Also