VectorOfRectToArray Method |
http://www.emgu.com
Convert the standard vector to an array of Rect
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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