Click or drag to resize

VectorOfDMatch Constructor (IEnumerableDMatch)

Initializes a new instance of the VectorOfDMatch class

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

Parameters

data
Type: System.Collections.GenericIEnumerableDMatch

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

See Also