C# Class Vector, OpenCvSharpForUnity

Afficher le fichier Open project: nobnak/OpenCvSharpForUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
background GameObject
errorThreshold float
flow GameObject
limitVelocity float

Méthodes publiques

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

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

ShowImage() public méthode

public ShowImage ( OpticalFlowWorker r ) : void
r OpticalFlowWorker
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateAspectRatio() public méthode

public UpdateAspectRatio ( int width, int height ) : void
width int
height int
Résultat void

Property Details

background public_oe property

public GameObject background
Résultat GameObject

errorThreshold public_oe property

public float errorThreshold
Résultat float

flow public_oe property

public GameObject flow
Résultat GameObject

limitVelocity public_oe property

public float limitVelocity
Résultat float