Click or drag to resize

MatCreate Method (MatType, Int32)

Allocates new array data if needed.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Create(
	MatType type,
	params int[] sizes
)

Parameters

type
Type: OpenCvSharpMatType
New matrix type.
sizes
Type: SystemInt32
Array of integers specifying a new array shape.
See Also