Class CVFaceBlurSettings
- Namespace
- VisioForge.Core.Types.X.OpenCV
- Assembly
- VisioForge.Core.dll
OpenCV face blur settings.
public class CVFaceBlurSettingsInheritance
Inherited Members
Properties
MainCascadeFile
Gets or sets the main face HAAR cascade file.
public string MainCascadeFile { get; set; }Property Value
MinNeighbors
Gets or sets the minimum number (minus 1) of neighbor rectangles that makes up an object.
public int MinNeighbors { get; set; }Property Value
MinSize
Gets or sets the minimum size.
public Size MinSize { get; set; }Property Value
ScaleFactor
Gets or sets the scale factor.
public double ScaleFactor { get; set; }Property Value
Methods
ProcessPaths(BaseContext)
Processes the paths.
public void ProcessPaths(BaseContext context)Parameters
contextBaseContext-
The context.