VisioForge (c) 2025

Search Results for

    Class CVFace

    CV face class for face detection.

    Inheritance
    object
    CVFace
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.VideoProcessing
    Assembly: VisioForge.Core.dll
    Syntax
    public class CVFace

    Constructors

    CVFace()

    Initializes a new instance of the CVFace class.

    Declaration
    public CVFace()

    Properties

    Eyes

    Gets the eyes.

    Declaration
    public List<Rect> Eyes { get; }
    Property Value
    Type Description
    List<Rect>

    The eyes.

    Mouth

    Gets or sets the mouth.

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

    The mouth.

    Nose

    Gets or sets the nose.

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

    The nose.

    Position

    Gets or sets the position.

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

    The position.

    Timestamp

    Gets or sets the timestamp.

    Declaration
    public TimeSpan Timestamp { get; set; }
    Property Value
    Type Description
    TimeSpan

    The timestamp.

    Methods

    ToString()

    Returns a string that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents this instance.

    Overrides
    object.ToString()