Click or drag to resize
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: 3.1.0.2282 (3.1.0.2282)
Syntax
public Rectangle[] ToArray()

Return Value

Type: Rectangle
An array of Rect
See Also