C# Class Vector, OpenCvSharpForUnity

Show file Open project: nobnak/OpenCvSharpForUnity Class Usage Examples

Public Properties

Property Type Description
background GameObject
errorThreshold float
flow GameObject
limitVelocity float

Public Methods

Method Description
OnDestroy ( ) : void
ShowImage ( OpticalFlowWorker r ) : void
Start ( ) : void
Update ( ) : void
UpdateAspectRatio ( int width, int height ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

ShowImage() public method

public ShowImage ( OpticalFlowWorker r ) : void
r OpticalFlowWorker
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateAspectRatio() public method

public UpdateAspectRatio ( int width, int height ) : void
width int
height int
return void

Property Details

background public property

public GameObject background
return GameObject

errorThreshold public property

public float errorThreshold
return float

flow public property

public GameObject flow
return GameObject

limitVelocity public property

public float limitVelocity
return float