VisioForge (c) 2025

Search Results for

    Class CVHandDetectSettings

    OpenCV hand detect settings.

    Inheritance
    object
    CVHandDetectSettings
    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 CVHandDetectSettings

    Properties

    Display

    Gets or sets a value indicating whether the detected faces should be highlighted in the output.

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

    true if display; otherwise, false.

    FistCascadeFile

    Gets or sets the fist HAAR cascade file.

    Declaration
    public string FistCascadeFile { get; set; }
    Property Value
    Type Description
    string

    The fist cascade file.

    PalmCascadeFile

    Gets or sets the palm HAAR cascade file.

    Declaration
    public string PalmCascadeFile { get; set; }
    Property Value
    Type Description
    string

    The palm cascade file.

    ROI

    Gets or sets the ROI.

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

    The ROI.

    Methods

    ProcessPaths(BaseContext)

    Processes the paths.

    Declaration
    public void ProcessPaths(BaseContext context)
    Parameters
    Type Name Description
    BaseContext context

    The context.