| VectorOfIntToArray Method |
http://www.emgu.com
Convert the standard vector to an array of Int
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
SyntaxPublic Function ToArray As Integer()
public:
array<int>^ ToArray()
member ToArray : unit -> int[]
Return Value
Type:
Int32An array of Int
See Also