VectorOfUMat Constructor (UMat) |
http://www.emgu.com
Create an standard vector of UMat with the initial values
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic VectorOfUMat(
params UMat[] values
)
Public Sub New (
ParamArray values As UMat()
)
public:
VectorOfUMat(
... array<UMat^>^ values
)
new :
values : UMat[] -> VectorOfUMat
Parameters
- values
- Type: Emgu.CVUMat
The initial values
See Also