Search Results for

    Show / Hide Table of Contents

    Enum KMeansFlags

    Specifies operation flags for the k-means algorithm.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public enum KMeansFlags : int

    Fields

    Name Description
    None

    Specifies that no operation flags are active.

    UseInitialLabels

    Specifies that during the first attempt the user-supplied labels should be used instead of computing them from the initial centers. For the second and further attempts, use the random or semi-random centers.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX