Click or drag to resize
VectorOfVectorOfPoint3D32FPush Method (VectorOfPoint3D32F)
http://www.emgu.com
Push a value into the standard vector

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Push(
	VectorOfPoint3D32F value
)

Parameters

value
Type: Emgu.CV.UtilVectorOfPoint3D32F
The value to be pushed to the vector
See Also