VectorOfUMatPush Method (UMat) |
http://www.emgu.com
Push multiple values into the standard vector
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic void Push(
UMat[] values
)
Public Sub Push (
values As UMat()
)
public:
void Push(
array<UMat^>^ values
)
member Push :
values : UMat[] -> unit
Parameters
- values
- Type: Emgu.CVUMat
The values to be pushed to the vector
See Also