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