VectorOfUMatPush Method (VectorOfUMat) |
http://www.emgu.com
Push multiple values from the other vector into this 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(
VectorOfUMat other
)
Public Sub Push (
other As VectorOfUMat
)
public:
void Push(
VectorOfUMat^ other
)
member Push :
other : VectorOfUMat -> unit
Parameters
- other
- Type: Emgu.CV.UtilVectorOfUMat
The other vector, from which the values will be pushed to the current vector
See Also