VectorOfVectorOfPointFPush Method (VectorOfPointF) |
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(
VectorOfPointF[] values
)
Public Sub Push (
values As VectorOfPointF()
)
public:
void Push(
array<VectorOfPointF^>^ values
)
member Push :
values : VectorOfPointF[] -> unit
Parameters
- values
- Type: Emgu.CV.UtilVectorOfPointF
The values to be pushed to the vector
See Also