VectorOfVectorOfPointFPush Method (VectorOfPointF) |
http://www.emgu.com
Push multiple values into the standard vector
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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