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

Declaration Syntax
Public Shared Sub cvSetIdentity ( _
mat As IntPtr, _
value As MCvScalar _
)

Parameters
- mat (IntPtr)
- The matrix to initialize (not necesserily square).
- value (MCvScalar)
- The value to assign to the diagonal elements.
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)