C# Class FaceDetection.ViewModel.CameraViewModel

Inheritance: ViewModelBase, IDisposable
Afficher le fichier Open project: PkInfRemi/FaceDetectionApp

Méthodes publiques

Свойство Type Description
Capture Emgu.CV.Capture

Méthodes publiques

Méthode Description
CameraViewModel ( ) : System
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ReadFrame ( ) : void

Reads a frame of the camera.

Private Methods

Méthode Description
AddFace ( ) : void
CaptureOnImageGrabbed ( object sender, EventArgs eventArgs ) : void
InitializeMessageHandler ( ) : void
RefreshCameras ( ) : void

Method Details

CameraViewModel() public méthode

public CameraViewModel ( ) : System
Résultat System

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

ReadFrame() public méthode

Reads a frame of the camera.
public ReadFrame ( ) : void
Résultat void

Property Details

Capture public_oe static_oe property

public static Capture,Emgu.CV Capture
Résultat Emgu.CV.Capture