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