Property Dims
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Dims
The array dimensionality. In OpenCV 5 this can also be 0 (a scalar; rows == cols == total() == 1) or 1 (a 1D array; dims == rows == 1, cols == total() == N); use Empty() to tell an empty matrix apart from a 0D scalar.
public int Dims { get; }