Table of Contents

Property MaxClustersCount

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

MaxClustersCount

Maximal number of generated clusters. If the number is exceeded, the clusters are sorted by their weights and the smallest clusters are cropped.

public int MaxClustersCount { get; set; }

Property Value

int