Show / Hide Table of Contents

Class KDTreeIndexParams

When passing an object of this type the index constructed will consist of a set of randomized kd-trees which will be searched in parallel.

Inheritance
System.Object
DisposableObject
DisposableCvObject
IndexParams
KDTreeIndexParams
Implements
ICvPtrHolder
Inherited Members
IndexParams.DisposeManaged()
IndexParams.GetString(String, String)
IndexParams.GetInt(String, Int32)
IndexParams.GetDouble(String, Double)
IndexParams.SetString(String, String)
IndexParams.SetInt(String, Int32)
IndexParams.SetDouble(String, Double)
IndexParams.SetFloat(String, Single)
IndexParams.SetBool(String, Boolean)
IndexParams.SetAlgorithm(Int32)
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp.Flann
Assembly: OpenCvSharp.dll
Syntax
public class KDTreeIndexParams : IndexParams, ICvPtrHolder

Constructors

| Improve this Doc View Source

KDTreeIndexParams(Ptr)

Declaration
protected KDTreeIndexParams(Ptr ptrObj)
Parameters
Type Name Description
Ptr ptrObj
| Improve this Doc View Source

KDTreeIndexParams(Int32)

Constructor

Declaration
public KDTreeIndexParams(int trees = 4)
Parameters
Type Name Description
System.Int32 trees

The number of parallel kd-trees to use. Good values are in the range [1..16]

Methods

| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
IndexParams.DisposeUnmanaged()
| Improve this Doc View Source

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr
Overrides
IndexParams.Get()

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX