| MatTElem Constructor (IEnumerableInt32) |
constructs n-dimensional matrix
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat(
IEnumerable<int> sizes
)
Public Sub New (
sizes As IEnumerable(Of Integer)
)
public:
Mat(
IEnumerable<int>^ sizes
)
new :
sizes : IEnumerable<int> -> Mat
Parameters
- sizes
- Type: System.Collections.GenericIEnumerableInt32
Array of integers specifying an n-dimensional array shape.
See Also