C# Class FaceDetection.UrhoApp

Inheritance: Application
Afficher le fichier Open project: xamarin/urho-samples

Méthodes publiques

Méthode Description
CaptureVideo ( Func frameSource ) : void
Rotate ( ) : void
SetFrame ( FrameWithFaces frame ) : void

Méthodes protégées

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
CreateVideoTexturePlaceholder ( int width, int height ) : void
DrawMask ( int frameW, int frameH, Rect first ) : void
UrhoApp ( Urho.ApplicationOptions options ) : System

Method Details

CaptureVideo() public méthode

public CaptureVideo ( Func frameSource ) : void
frameSource Func
Résultat void

Rotate() public méthode

public Rotate ( ) : void
Résultat void

SetFrame() public méthode

public SetFrame ( FrameWithFaces frame ) : void
frame FrameWithFaces
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void