VectorOfRectToArray Method |
http://www.emgu.com
Convert the standard vector to an array of Rect
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Rectangle[] ToArray()
Public Function ToArray As Rectangle()
public:
array<Rectangle>^ ToArray()
member ToArray : unit -> Rectangle[]
Return Value
Type:
RectangleAn array of Rect
See Also