Class CVHandDetectSettings
OpenCV hand detect settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.OpenCV
Assembly: VisioForge.Core.dll
Syntax
public class CVHandDetectSettings
Properties
Display
Gets or sets a value indicating whether the detected faces should be highlighted in the output.
Declaration
public bool Display { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
FistCascadeFile
Gets or sets the fist HAAR cascade file.
Declaration
public string FistCascadeFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The fist cascade file. |
PalmCascadeFile
Gets or sets the palm HAAR cascade file.
Declaration
public string PalmCascadeFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The palm cascade file. |
ROI
Gets or sets the ROI.
Declaration
public Rect ROI { get; set; }
Property Value
| Type | Description |
|---|---|
| Rect | The ROI. |
Methods
ProcessPaths(BaseContext)
Processes the paths.
Declaration
public void ProcessPaths(BaseContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseContext | context | The context. |