VectorOfVectorOfPoint3D32FToArrayOfArray Method |
http://www.emgu.com
Convert the standard vector to arrays of int
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic MCvPoint3D32f[][] ToArrayOfArray()
Public Function ToArrayOfArray As MCvPoint3D32f()()
public:
array<array<MCvPoint3D32f>^>^ ToArrayOfArray()
member ToArrayOfArray : unit -> MCvPoint3D32f[][]
Return Value
Type:
MCvPoint3D32fArrays of int
See Also