Table of Contents

Class CVFaceBlurSettings

Namespace
VisioForge.Core.Types.X.OpenCV
Assembly
VisioForge.Core.dll

OpenCV face blur settings.

public class CVFaceBlurSettings

Inheritance

Inherited Members

Properties

MainCascadeFile

Gets or sets the main face HAAR cascade file.

public string MainCascadeFile { get; set; }

Property Value

string

MinNeighbors

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

public int MinNeighbors { get; set; }

Property Value

int

MinSize

Gets or sets the minimum size.

public Size MinSize { get; set; }

Property Value

Size

ScaleFactor

Gets or sets the scale factor.

public double ScaleFactor { get; set; }

Property Value

double

Methods

ProcessPaths(BaseContext)

Processes the paths.

public void ProcessPaths(BaseContext context)

Parameters

context BaseContext

The context.