Click or drag to resize
CvArrayTDepthSetIdentity Method (MCvScalar)
http://www.emgu.com
Initializes scaled identity matrix

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void SetIdentity(
	MCvScalar value
)

Parameters

value
Type: Emgu.CV.StructureMCvScalar
The value on the diagonal
See Also