Table of Contents

Class IndexParams

Namespace
OpenCvSharp.Flann
Assembly
OpenCvSharp.dll
public class IndexParams : CvPtrObject, IDisposable
Inheritance
IndexParams
Implements
Derived
Inherited Members

Constructors

IndexParams()
IndexParams(nint, nint, Action<nint>)

Creates an instance that owns a cv::Ptr<T> smart pointer (used by subclasses).

Methods

GetDouble(string, double)
GetInt(string, int)
GetString(string, string?)
SetAlgorithm(int)
SetBool(string, bool)
SetDouble(string, double)
SetFloat(string, float)
SetInt(string, int)
SetString(string, string)