VisioForge (c) 2025

Search Results for

    Enum CVFaceDetectUpdates

    OpenCV face detect updates mode.

    Namespace: VisioForge.Core.Types.X.OpenCV
    Assembly: VisioForge.Core.dll
    Syntax
    public enum CVFaceDetectUpdates

    Fields

    Name Description
    EveryFrame

    Send update messages on every frame

    None

    Send no messages update.

    OnChange

    Send messages when a new face is detected or one is not anymore detected.

    OnFace

    Send messages whenever a face is detected.