VectorOfVectorOfIntToArrayOfArray Method |
http://www.emgu.com
Convert the standard vector to arrays of int
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int[][] ToArrayOfArray()
Public Function ToArrayOfArray As Integer()()
public:
array<array<int>^>^ ToArrayOfArray()
member ToArrayOfArray : unit -> int[][]
Return Value
Type:
Int32Arrays of int
See Also