Initializs scaled identity matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void SetIdentity(
	MCvScalar value
)
Visual Basic (Declaration)
Public Sub SetIdentity ( _
	value As MCvScalar _
)
Visual C++
public:
void SetIdentity(
	MCvScalar value
)

Parameters

value
Type: Emgu.CV.Structure..::.MCvScalar
The value on the diagonal

See Also