| SparseMatSize Method |
Returns the array of sizes, or null if the matrix is not allocated
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax Public Function Size As Integer()
public:
array<int>^ Size()
member Size : unit -> int[]
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.SparseMat.Size"]
See Also