Click or drag to resize

SparseMatElemSize Method

returns the size of each element in bytes (not including the overhead - the space occupied by SparseMat::Node elements)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public int ElemSize()

Return Value

Type: Int32
See Also