C# 클래스 Vector, OpenCvSharpForUnity

파일 보기 프로젝트 열기: nobnak/OpenCvSharpForUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
background GameObject
errorThreshold float
flow GameObject
limitVelocity float

공개 메소드들

메소드 설명
OnDestroy ( ) : void
ShowImage ( OpticalFlowWorker r ) : void
Start ( ) : void
Update ( ) : void
UpdateAspectRatio ( int width, int height ) : void

메소드 상세

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

ShowImage() 공개 메소드

public ShowImage ( OpticalFlowWorker r ) : void
r OpticalFlowWorker
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateAspectRatio() 공개 메소드

public UpdateAspectRatio ( int width, int height ) : void
width int
height int
리턴 void

프로퍼티 상세

background 공개적으로 프로퍼티

public GameObject background
리턴 GameObject

errorThreshold 공개적으로 프로퍼티

public float errorThreshold
리턴 float

flow 공개적으로 프로퍼티

public GameObject flow
리턴 GameObject

limitVelocity 공개적으로 프로퍼티

public float limitVelocity
리턴 float