C# Class SoD_Sensor.MainWindow.RegisterCapsule

Afficher le fichier Open project: ase-lab/SoD_Sensor_v2

Méthodes publiques

Свойство Type Description
FOV float
frameHeight int
rangeInMM int
sensorType string
translateRule TranslateRule

Méthodes publiques

Méthode Description
RegisterCapsule ( string sensorType, float FOV, int rangeInMM, TranslateRule rule ) : LightBuzz.Vitruvius.Gestures

Method Details

RegisterCapsule() public méthode

public RegisterCapsule ( string sensorType, float FOV, int rangeInMM, TranslateRule rule ) : LightBuzz.Vitruvius.Gestures
sensorType string
FOV float
rangeInMM int
rule TranslateRule
Résultat LightBuzz.Vitruvius.Gestures

Property Details

FOV public_oe property

public float FOV
Résultat float

frameHeight public_oe property

public int frameHeight
Résultat int

rangeInMM public_oe property

public int rangeInMM
Résultat int

sensorType public_oe property

public string sensorType
Résultat string

translateRule public_oe property

public TranslateRule translateRule
Résultat TranslateRule