Click or drag to resize
Accord.NET (logo)

FaceControllerDetector Property

Gets the IObjectDetector used to detect the head object in the video stream.

Namespace:  Accord.Controls.Vision
Assembly:  Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public IObjectDetector Detector { get; }
Request Example View Source

Property Value

Type: IObjectDetector
The active object detector.
See Also