| MatDiag Method (MatDiagType) |
Single-column matrix that forms a diagonal matrix or index of the diagonal, with the following values:
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat Diag(
MatDiagType d = MatDiagType.Main
)
Public Function Diag (
Optional d As MatDiagType = MatDiagType.Main
) As Mat
public:
Mat^ Diag(
MatDiagType d = MatDiagType::Main
)
member Diag :
?d : MatDiagType
(* Defaults:
let _d = defaultArg d MatDiagType.Main
*)
-> Mat
Parameters
- d (Optional)
- Type: OpenCvSharpMatDiagType
Single-column matrix that forms a diagonal matrix or index of the diagonal, with the following values:
Return Value
Type:
Mat[Missing <returns> documentation for "M:OpenCvSharp.Mat.Diag(OpenCvSharp.MatDiagType)"]
See Also