VisioForge (c) 2025

Search Results for

    Class CVFaceBlurSettings

    OpenCV face blur settings.

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

    Properties

    MainCascadeFile

    Gets or sets the main face HAAR cascade file.

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

    The main cascade file.

    MinNeighbors

    Gets or sets the minimum number (minus 1) of neighbor rectangles that makes up an object.

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

    The minimum neighbors.

    MinSize

    Gets or sets the minimum size.

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

    The minimum size.

    ScaleFactor

    Gets or sets the scale factor.

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

    The scale factor.

    Methods

    ProcessPaths(BaseContext)

    Processes the paths.

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

    The context.