Search Results for

    Show / Hide Table of Contents

    Delegate TrackbarCallback

    Represents the method that wil be called whenever the trackbar changes value.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public delegate void TrackbarCallback(int pos);
    Parameters
    Type Name Description
    Int32 pos

    The new position of the trackbar.

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