Click or drag to resize

OpenCvSharp.Flann Namespace

[Missing <summary> documentation for "N:OpenCvSharp.Flann"]

Classes
  ClassDescription
Public classAutotunedIndexParams
hierarchical k-means tree.
Public classCompositeIndexParams
When using a parameters object of this type the index created combines the randomized kd-trees and the hierarchical k-means tree.
Public classIndex
The FLANN nearest neighbor index class.
Public classIndexParams
Public classKDTreeIndexParams
When passing an object of this type the index constructed will consist of a set of randomized kd-trees which will be searched in parallel.
Public classKMeansIndexParams
When passing an object of this type the index constructed will be a hierarchical k-means tree.
Public classLinearIndexParams
the index will perform a linear, brute-force search.
Public classLshIndexParams
When using a parameters object of this type the index created uses multi-probe LSH (by Multi-Probe LSH: Efficient Indexing for High-Dimensional Similarity Search by Qin Lv, William Josephson, Zhe Wang, Moses Charikar, Kai Li., Proceedings of the 33rd International Conference on Very Large Data Bases (VLDB). Vienna, Austria. September 2007)
Public classSavedIndexParams
This object type is used for loading a previously saved index from the disk.
Public classSearchParams
Enumerations
  EnumerationDescription
Public enumerationFlannCentersInit
The algorithm to use for selecting the initial centers when performing a k-means clustering step.
Public enumerationFlannDistance