VectorOfKeyLineToArray Method |
http://www.emgu.com
Convert the standard vector to an array of KeyLine
Namespace:
Emgu.CV.LineDescriptor
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic MKeyLine[] ToArray()
Public Function ToArray As MKeyLine()
public:
array<MKeyLine>^ ToArray()
member ToArray : unit -> MKeyLine[]
Return Value
Type:
MKeyLineAn array of KeyLine
See Also