Click or drag to resize

MatTElemCount Property

Returns the total number of matrix elements (Mat.total)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int Count { get; }

Return Value

Type: Int32
Total number of list(Mat) elements

Implements

ICollectionTCount
See Also