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