Click or drag to resize
Accord.NET (logo)

FaceController Properties

The FaceController type exposes the following members.

Properties
  NameDescription
Public propertyBindingContext
Gets or sets the collection of currency managers for the IBindableComponent.
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 propertyFacePosition
Gets the current face's center point.
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 propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
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