Syntax

C#
public class Vi_FaceDetectorState

The type exposes the following members.

Public Constructors

Public Methods

  NameDescription
Public methodClone
Clone Vi_ Face Detector State
Public methodCopyTo
Copy To Vi_ Face Detector State
Public methodDeserialize
Deserialize Deserialize
Public methodSerialize
Serialize Serialize

Public Properties

  NameDescription
Public propertyCascadeName
Filename indicating location of face detection training parameters. If you wish to use your own parameters, please refer to the OpenCV reference manual http://sourceforge.net/projects/opencvlibrary/.
Public propertyEnabled
Indicates whether or not the detector is processing frames.
Public propertyEstimatedFrameRate
Estimated frame rate of the detector, in Hz.

See Also