VisioForge (c) 2025

Search Results for

    Class FaceTrackingSettings

    Face tracking settings.

    Inheritance
    object
    FaceTrackingSettings
    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.VideoProcessing
    Assembly: VisioForge.Core.dll
    Syntax
    public class FaceTrackingSettings

    Constructors

    FaceTrackingSettings()

    Initializes a new instance of the FaceTrackingSettings class.

    Declaration
    public FaceTrackingSettings()

    Properties

    ColorMode

    Gets or sets face tracking color mode.

    Declaration
    public CamshiftMode ColorMode { get; set; }
    Property Value
    Type Description
    CamshiftMode

    Highlight

    Gets or sets a value indicating whether face tracking highlight is enabled.

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

    MinimumWindowSize

    Gets or sets minimum window size to consider when searching for objects. Default value is 15.

    Declaration
    public int MinimumWindowSize { get; set; }
    Property Value
    Type Description
    int

    ScaleFactor

    Gets or sets face tracking scaling factor to rescale the window during search. Default value is 1.2f.

    Declaration
    public float ScaleFactor { get; set; }
    Property Value
    Type Description
    float

    ScalingMode

    Gets or sets scaling mode to use when re-scaling the search window during search. Default is SmallerToGreater.

    Declaration
    public ObjectDetectorScalingMode ScalingMode { get; set; }
    Property Value
    Type Description
    ObjectDetectorScalingMode

    SearchMode

    Gets or sets face tracking search mode.

    Declaration
    public ObjectDetectorSearchMode SearchMode { get; set; }
    Property Value
    Type Description
    ObjectDetectorSearchMode