Click or drag to resize

CvArrayTDepthSetIdentity Method (MCvScalar)

http://www.emgu.com
Initializes scaled identity matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetIdentity(
	MCvScalar value
)

Parameters

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