Class CVHandDetectSettings
- Namespace
- VisioForge.Core.Types.X.OpenCV
- Assembly
- VisioForge.Core.dll
OpenCV hand detect settings.
public class CVHandDetectSettingsInheritance
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
FistCascadeFile
Gets or sets the fist HAAR cascade file.
public string FistCascadeFile { get; set; }Property Value
PalmCascadeFile
Gets or sets the palm HAAR cascade file.
public string PalmCascadeFile { get; set; }Property Value
ROI
Gets or sets the ROI.
public Rect ROI { get; set; }Property Value
Methods
ProcessPaths(BaseContext)
Processes the paths.
public void ProcessPaths(BaseContext context)Parameters
contextBaseContext-
The context.