Show / Hide Table of Contents

Class IndexParams

Inheritance
System.Object
DisposableObject
DisposableCvObject
IndexParams
AutotunedIndexParams
CompositeIndexParams
KDTreeIndexParams
KMeansIndexParams
LinearIndexParams
LshIndexParams
SavedIndexParams
SearchParams
Implements
ICvPtrHolder
Inherited Members
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 IndexParams : DisposableCvObject, ICvPtrHolder

Constructors

| Improve this Doc View Source

IndexParams()

Declaration
public IndexParams()
| Improve this Doc View Source

IndexParams(Ptr)

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

Methods

| Improve this Doc View Source

DisposeManaged()

Releases managed resources

Declaration
protected override void DisposeManaged()
Overrides
DisposableObject.DisposeManaged()
| Improve this Doc View Source

DisposeUnmanaged()

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

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr
| Improve this Doc View Source

GetDouble(String, Double)

Declaration
public double GetDouble(string key, double defaultVal = -1)
Parameters
Type Name Description
System.String key
System.Double defaultVal
Returns
Type Description
System.Double
| Improve this Doc View Source

GetInt(String, Int32)

Declaration
public int GetInt(string key, int defaultVal = -1)
Parameters
Type Name Description
System.String key
System.Int32 defaultVal
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetString(String, String)

Declaration
public string GetString(string key, string defaultVal = null)
Parameters
Type Name Description
System.String key
System.String defaultVal
Returns
Type Description
System.String
| Improve this Doc View Source

SetAlgorithm(Int32)

Declaration
public void SetAlgorithm(int value)
Parameters
Type Name Description
System.Int32 value
| Improve this Doc View Source

SetBool(String, Boolean)

Declaration
public void SetBool(string key, bool value)
Parameters
Type Name Description
System.String key
System.Boolean value
| Improve this Doc View Source

SetDouble(String, Double)

Declaration
public void SetDouble(string key, double value)
Parameters
Type Name Description
System.String key
System.Double value
| Improve this Doc View Source

SetFloat(String, Single)

Declaration
public void SetFloat(string key, float value)
Parameters
Type Name Description
System.String key
System.Single value
| Improve this Doc View Source

SetInt(String, Int32)

Declaration
public void SetInt(string key, int value)
Parameters
Type Name Description
System.String key
System.Int32 value
| Improve this Doc View Source

SetString(String, String)

Declaration
public void SetString(string key, string value)
Parameters
Type Name Description
System.String key
System.String value

Implements

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