Table of Contents

Class CompositeIndexParams

Namespace
OpenCvSharp.Flann
Assembly
OpenCvSharp.dll

When using a parameters object of this type the index created combines the randomized kd-trees and the hierarchical k-means tree.

public class CompositeIndexParams : IndexParams, IDisposable
Inheritance
CompositeIndexParams
Implements
Inherited Members

Constructors

CompositeIndexParams(int, int, int, FlannCentersInit, float)