Table of Contents

Class KMeansIndexParams

Namespace
OpenCvSharp.Flann
Assembly
OpenCvSharp.dll

When passing an object of this type the index constructed will be a hierarchical k-means tree.

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

Constructors

KMeansIndexParams(int, int, FlannCentersInit, float)

Constructor