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