VisioForge (c) 2025

Search Results for

    Class CascadeFaceDetectorSettings

    Cascade Face Detector settings.

    Inheritance
    object
    CascadeFaceDetectorSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.CV
    Assembly: VisioForge.Core.CV.dll
    Syntax
    public class CascadeFaceDetectorSettings

    Properties

    Blur

    Gets or sets a value indicating whether to blur faces.

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

    true if blur; otherwise, false.

    CacheSize

    Gets or sets the size of the cache.

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

    The size of the cache.

    DetectEyes

    Gets or sets a value indicating whether detect eyes.

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

    true if detect eyes; otherwise, false.

    DetectFrontalFace

    Gets or sets a value indicating whether to detect frontal face.

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

    true if detect frontal face; otherwise, false.

    DetectMouth

    Gets or sets a value indicating whether detect mouth.

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

    true if detect mouth; otherwise, false.

    DetectNose

    Gets or sets a value indicating whether detect nose.

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

    true if detect nose; otherwise, false.

    DetectProfileFace

    Gets or sets a value indicating whether detect profile face.

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

    true if detect profile face; otherwise, false.

    DrawColor

    Gets or sets the color of the draw.

    Declaration
    public SKColor DrawColor { get; set; }
    Property Value
    Type Description
    SKColor

    The color of the draw.

    DrawEnabled

    Gets or sets a value indicating whether [draw enabled].

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

    true if [draw enabled]; otherwise, false.

    DrawShapeType

    Gets or sets the type of the draw shape.

    Declaration
    public CVShapeType DrawShapeType { get; set; }
    Property Value
    Type Description
    CVShapeType

    The type of the draw shape.

    FramesToSkip

    Gets or sets the frames to skip.

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

    The frames to skip.

    MaxFaceSize

    Gets or sets the maximum size of the face.

    Declaration
    public Size MaxFaceSize { get; set; }
    Property Value
    Type Description
    Size

    The maximum size of the face.

    MinFaceSize

    Gets or sets the minimum size of the face.

    Declaration
    public Size MinFaceSize { get; set; }
    Property Value
    Type Description
    Size

    The minimum size of the face.

    MinNeighbors

    Gets or sets the minimum neighbors.

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

    The minimum neighbors.

    Pixelate

    Gets or sets a value indicating whether to pixelate faces.

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

    true if pixelate; otherwise, false.

    ScaleFactor

    Gets or sets the scale factor.

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

    The scale factor.

    UseCache

    Gets or sets a value indicating whether to use cache and draw undetected faces withing N next frames .

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

    true if use cache; otherwise, false.

    VideoScale

    Gets or sets the video scale.

    Declaration
    public double VideoScale { get; set; }
    Property Value
    Type Description
    double

    The video scale.