http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Initializes scaled identity matrix:
arr(i,j)=value if i=j,
0 otherwise
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSetIdentity( IntPtr mat, MCvScalar value ) |
Visual Basic |
---|
Public Shared Sub cvSetIdentity ( _ mat As IntPtr, _ value As MCvScalar _ ) |
Visual C++ |
---|
public: static void cvSetIdentity( IntPtr mat, MCvScalar value ) |
Parameters
- mat
- Type: System..::..IntPtr
The matrix to initialize (not necesserily square).
- value
- Type: Emgu.CV.Structure..::..MCvScalar
The value to assign to the diagonal elements.