| SparseMatNzCount Method |
returns the number of non-zero elements (=the number of hash table nodes)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax Public Function NzCount As Long
public:
long long NzCount()
member NzCount : unit -> int64
Return Value
Type:
Int64[Missing <returns> documentation for "M:OpenCvSharp.SparseMat.NzCount"]
See Also