Show / Hide Table of Contents

Class LinearIndexParams

the index will perform a linear, brute-force search.

Inheritance
System.Object
DisposableObject
DisposableCvObject
IndexParams
LinearIndexParams
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 LinearIndexParams : IndexParams, ICvPtrHolder

Constructors

| Improve this Doc View Source

LinearIndexParams()

Constructor

Declaration
public LinearIndexParams()
| Improve this Doc View Source

LinearIndexParams(Ptr)

Declaration
protected LinearIndexParams(Ptr ptrObj)
Parameters
Type Name Description
Ptr ptrObj

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