|   | HeadControllerDetector 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
Syntax[BrowsableAttribute(false)]
public IObjectDetector Detector { get; }<BrowsableAttribute(false)>
Public ReadOnly Property Detector As IObjectDetector
	Get
Property Value
Type: 
IObjectDetectorThe active object detector.
 See Also
See Also