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