CvMatIdentity Method (Int32, Int32, MatrixType, CvScalar) OpenCvSharp Class Library
Initializes scaled identity matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvMat Identity(
	int rows,
	int cols,
	MatrixType type,
	CvScalar value
)

Parameters

rows
Type: SystemInt32
Number of rows in the matrix.
cols
Type: SystemInt32
Number of columns in the matrix.
type
Type: OpenCvSharpMatrixType
Type of the matrix elements.
value
Type: OpenCvSharpCvScalar
The value to assign to the diagonal elements.

Return Value

Type: CvMat

[Missing <returns> documentation for "M:OpenCvSharp.CvMat.Identity(System.Int32,System.Int32,OpenCvSharp.MatrixType,OpenCvSharp.CvScalar)"]

See Also

Reference