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