Search Results for

    Show / Hide Table of Contents

    Enum PcaFlags

    Specifies operation flags for CalcPCA(Arr, Arr, Arr, Arr, PcaFlags).

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

    Fields

    Name Description
    DataAsCol

    Specifies whether input vectors are stored as columns of the input matrix.

    DataAsRow

    Specifies whether input vectors are stored as rows of the input matrix.

    UseAvg

    Specifies whether the precomputed average is passed as a parameter.

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