Method Create
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Create(int, int, MatType)
Allocates new array data if needed.
public void Create(int rows, int cols, MatType type)
Parameters
Create(Size, MatType)
Allocates new array data if needed.
public void Create(Size size, MatType type)
Parameters
Create(MatType, params int[])
Allocates new array data if needed.
public void Create(MatType type, params int[] sizes)