C# Class Vector, OpenCvSharpForUnity

显示文件 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_oe property

public GameObject background
return GameObject

errorThreshold public_oe property

public float errorThreshold
return float

flow public_oe property

public GameObject flow
return GameObject

limitVelocity public_oe property

public float limitVelocity
return float