C# 클래스 FaceDetection.UrhoApp

상속: Application
파일 보기 프로젝트 열기: xamarin/urho-samples

공개 메소드들

메소드 설명
CaptureVideo ( Func frameSource ) : void
Rotate ( ) : void
SetFrame ( FrameWithFaces frame ) : void

보호된 메소드들

메소드 설명
Start ( ) : void

비공개 메소드들

메소드 설명
CreateVideoTexturePlaceholder ( int width, int height ) : void
DrawMask ( int frameW, int frameH, Rect first ) : void
UrhoApp ( Urho.ApplicationOptions options ) : System

메소드 상세

CaptureVideo() 공개 메소드

public CaptureVideo ( Func frameSource ) : void
frameSource Func
리턴 void

Rotate() 공개 메소드

public Rotate ( ) : void
리턴 void

SetFrame() 공개 메소드

public SetFrame ( FrameWithFaces frame ) : void
frame FrameWithFaces
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void