Show / Hide Table of Contents

Class SavedIndexParams

This object type is used for loading a previously saved index from the disk.

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

Constructors

| Improve this Doc View Source

SavedIndexParams(Ptr)

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

SavedIndexParams(String)

Constructor

Declaration
public SavedIndexParams(string fileName)
Parameters
Type Name Description
System.String fileName

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