Create an standard vector of float of the specific size

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public VectorOfKeyPoint(
	int size
)
Public Sub New ( _
	size As Integer _
)
public:
VectorOfKeyPoint(
	int size
)

Parameters

size
Int32
The size of the vector

See Also