Create an Oct-Tree from the given points
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public Octree( MCvPoint3D32f[] points, int maxLevels, int minPoints )
Public Sub New ( _ points As MCvPoint3D32f(), _ maxLevels As Integer, _ minPoints As Integer _ )
public: Octree( array<MCvPoint3D32f>^ points, int maxLevels, int minPoints )
Parameters
- points
- array<MCvPoint3D32f>[]()[][]
The points to be inserted into the Oct-Tree
- maxLevels
- Int32
The maximum levels of the Oct-Tree
- minPoints
- Int32
The minimum number of points in each level