| VectorOfVectorOfIntToArrayOfArray Method |
http://www.emgu.com
Convert the standard vector to arrays of int
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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