Returns the array of sizes, or null if the matrix is not allocated
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Function Size As Integer()
public:
array<int>^ Size()
member Size : unit -> int[]
Return Value
Type:
Int32
See Also