Click or drag to resize

VectorOfRect Constructor (IEnumerableRect)

Initializes a new instance of the VectorOfRect class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public VectorOfRect(
	IEnumerable<Rect> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableRect

[Missing <param name="data"/> documentation for "M:OpenCvSharp.VectorOfRect.#ctor(System.Collections.Generic.IEnumerable{OpenCvSharp.Rect})"]

See Also