Class SavedIndexParams
This object type is used for loading a previously saved index from the disk.
Inheritance
System.Object
SavedIndexParams
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)
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
|
Improve this Doc
View Source
Get()
Declaration
public override IntPtr Get()
Returns
Overrides
Implements