Search Results for

    Show / Hide Table of Contents

    Enum RandDistribution

    Specifies the random distribution to use for RandArr(ref UInt64, Arr, RandDistribution, Scalar, Scalar).

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

    Fields

    Name Description
    Normal

    Specifies that a normal (gaussian) distribution should be used.

    Uniform

    Specifies that a uniform distribution should be used.

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