VectorOfVectorOfPointFPush Method (VectorOfVectorOfPointF) |
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: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void Push(
VectorOfVectorOfPointF other
)
Public Sub Push (
other As VectorOfVectorOfPointF
)
public:
void Push(
VectorOfVectorOfPointF^ other
)
member Push :
other : VectorOfVectorOfPointF -> unit
Parameters
- other
- Type: Emgu.CV.UtilVectorOfVectorOfPointF
The other vector, from which the values will be pushed to the current vector
See Also