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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int ElemSize()

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.SparseMat.ElemSize"]

See Also

Reference