Click or drag to resize

VectorOfRotatedRect Constructor (IEnumerableRotatedRect)

Initializes a new instance of the VectorOfRotatedRect class

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

Parameters

data
Type: System.Collections.GenericIEnumerableRotatedRect

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

See Also