http://www.emgu.com
Create a flann index for 3D points
Namespace:
Emgu.CV.Flann
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Index3D(
MCvPoint3D32f[] points,
IIndexParams ip
)
Public Sub New (
points As MCvPoint3D32f(),
ip As IIndexParams
)
public:
Index3D(
array<MCvPoint3D32f>^ points,
IIndexParams^ ip
)
new :
points : MCvPoint3D32f[] *
ip : IIndexParams -> Index3D
Parameters
- points
- Type: Emgu.CV.StructureMCvPoint3D32f
The IPosition3D array - ip
- Type: Emgu.CV.FlannIIndexParams
The index parameters
See Also