Class IndexParams
Inheritance
System.Object
IndexParams
Assembly: OpenCvSharp.dll
Syntax
public class IndexParams : DisposableCvObject, ICvPtrHolder
Constructors
|
Improve this Doc
View Source
IndexParams()
Declaration
|
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
|
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