VectorOfERStatToArray Method |
http://www.emgu.com
Convert the standard vector to an array of ERStat
Namespace: Emgu.CV.TextAssembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
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