Click or drag to resize
Accord.NET (logo)

HeadController Properties

The HeadController type exposes the following members.

Properties
  NameDescription
Public propertyAngleMax
Gets or sets the maximum angle for head tilting calibration.
Public propertyAngleMin
Gets or sets the minimum angle for head tilting calibration.
Public propertyBindingContext
Gets or sets the collection of currency managers for the IBindableComponent.
Public propertyBytesReceived
Received bytes count.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyDataBindings
Gets the collection of data-binding objects for this IBindableComponent.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyDetector
Gets the IObjectDetector used to detect the head object in the video stream.
Public propertyDevice
Gets or sets the video device used to track objects.
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFramesReceived
Received frames count.
Public propertyHeadAngle
Gets the current head tilting angle.
Public propertyHeadPosition
Gets the current head position.
Public propertyHeadScale
Gets the current head scale.
Public propertyIsDetecting
Gets a value indicating whether this instance is attempting to detect faces in the video stream.
Public propertyIsRunning
Gets a value indicating whether this instance is currently processing and sending events.
Public propertyIsTracking
Gets a value indicating whether this instance is actually tracking an object in the video stream.
Public propertyScaleMax
Gets or sets the maximum area for proximity scale calibration.
Public propertyScaleMin
Gets or sets the minimum area for proximity scale calibration.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertySource
Video source.
Public propertySynchronizingObject
Gets or sets the object used to marshal event-handler calls that are issued when the head object position has been updated.
Public propertyTracker
Gets the IObjectTracker used to track the head object in the video stream.
Public propertyXAxisMax
Gets or sets the maximum position for horizontal scale calibration.
Public propertyXAxisMin
Gets or sets the minimum position for horizontal scale calibration.
Public propertyYAxisMax
Gets or sets the maximum position for vertical scale calibration.
Public propertyYAxisMin
Gets or sets the minimum position for vertical scale calibration.
Top
See Also