VectorOfPoint3D32FPush Method (MCvPoint3D32f) |
http://www.emgu.com
Push an array of value 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(
MCvPoint3D32f[] value
)
Public Sub Push (
value As MCvPoint3D32f()
)
public:
void Push(
array<MCvPoint3D32f>^ value
)
member Push :
value : MCvPoint3D32f[] -> unit
Parameters
- value
- Type: Emgu.CV.StructureMCvPoint3D32f
The value to be pushed to the vector
See Also