C# Class FaceDetection.UrhoApp

Inheritance: Application
Show file Open project: xamarin/urho-samples

Public Methods

Method Description
CaptureVideo ( Func frameSource ) : void
Rotate ( ) : void
SetFrame ( FrameWithFaces frame ) : void

Protected Methods

Method Description
Start ( ) : void

Private Methods

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

Method Details

CaptureVideo() public method

public CaptureVideo ( Func frameSource ) : void
frameSource Func
return void

Rotate() public method

public Rotate ( ) : void
return void

SetFrame() public method

public SetFrame ( FrameWithFaces frame ) : void
frame FrameWithFaces
return void

Start() protected method

protected Start ( ) : void
return void