Create an standard vector of float of the specific size
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1062 (2.2.1.1062)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public VectorOfFloat(
int size
)
Public Sub New ( _
size As Integer _
)
public:
VectorOfFloat(
int size
)
Parameters
- size
- Int32
The size of the vector
See Also