VectorOfFloat Constructor (Int32) |
http://www.emgu.com
Create an standard vector of Float of the specific size
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic VectorOfFloat(
int size
)
Public Sub New (
size As Integer
)
public:
VectorOfFloat(
int size
)
new :
size : int -> VectorOfFloat
Parameters
- size
- Type: SystemInt32
The size of the vector
See Also