VisioForge (c) 2025

Search Results for

    Class CVTrackerSettings

    OpenCV tracker settings.

    Inheritance
    object
    CVTrackerSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.OpenCV
    Assembly: VisioForge.Core.dll
    Syntax
    public class CVTrackerSettings

    Properties

    Algorithm

    Gets or sets the algorithm.

    Declaration
    public CVTrackerAlgorithm Algorithm { get; set; }
    Property Value
    Type Description
    CVTrackerAlgorithm

    The algorithm.

    DrawRect

    Gets or sets a value indicating whether to draw rectangle around tracked object.

    Declaration
    public bool DrawRect { get; set; }
    Property Value
    Type Description
    bool

    InitialRect

    Gets or sets the initial rectangle.

    Declaration
    public Rect InitialRect { get; set; }
    Property Value
    Type Description
    Rect

    The initial rectangle.