Table of Contents

Class CVHandDetectSettings

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

OpenCV hand detect settings.

public class CVHandDetectSettings

Inheritance

Inherited Members

Properties

Display

Gets or sets a value indicating whether the detected faces should be highlighted in the output.

public bool Display { get; set; }

Property Value

bool

FistCascadeFile

Gets or sets the fist HAAR cascade file.

public string FistCascadeFile { get; set; }

Property Value

string

PalmCascadeFile

Gets or sets the palm HAAR cascade file.

public string PalmCascadeFile { get; set; }

Property Value

string

ROI

Gets or sets the ROI.

public Rect ROI { get; set; }

Property Value

Rect

Methods

ProcessPaths(BaseContext)

Processes the paths.

public void ProcessPaths(BaseContext context)

Parameters

context BaseContext

The context.