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: 3.2.0.2682 (3.2.0.2682)
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