Class MatMaker
Inheritance
System.Object
MatMaker
Namespace:EvilDICOM.CV.Helpers
Assembly:EvilDICOM.CV.dll
Syntax
public static class MatMaker : object
Methods
View SourceIdentity(Int32, Int32)
Declaration
public static Mat Identity(int rows, int cols)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | rows | |
| System.Int32 | cols |
Returns
| Type | Description |
|---|---|
| Mat |