Click or drag to resize
VectorOfDMatch Constructor (Int32)
http://www.emgu.com
Create an standard vector of DMatch of the specific size

Namespace: Emgu.CV.Util
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public VectorOfDMatch(
	int size
)

Parameters

size
Type: SystemInt32
The size of the vector
See Also