Click or drag to resize

CvInvokeSetIdentity Method

http://www.emgu.com
Initializes scaled identity matrix: arr(i,j)=value if i=j, 0 otherwise

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void SetIdentity(
	IInputOutputArray mat,
	MCvScalar value
)

Parameters

mat
Type: Emgu.CVIInputOutputArray
The matrix to initialize (not necessarily square).
value
Type: Emgu.CV.StructureMCvScalar
The value to assign to the diagonal elements.
See Also