Click or drag to resize

VectorOfVectorOfPoint3D32F Constructor (MCvPoint3D32f)

http://www.emgu.com
Create the standard vector of VectorOfPoint3D32F

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public VectorOfVectorOfPoint3D32F(
	MCvPoint3D32f[][] values
)

Parameters

values
Type: Emgu.CV.StructureMCvPoint3D32f

[Missing <param name="values"/> documentation for "M:Emgu.CV.Util.VectorOfVectorOfPoint3D32F.#ctor(Emgu.CV.Structure.MCvPoint3D32f[][])"]

See Also