C# Class SoD_Sensor.MainWindow.RegisterCapsule

Show file Open project: ase-lab/SoD_Sensor_v2

Public Properties

Property Type Description
FOV float
frameHeight int
rangeInMM int
sensorType string
translateRule TranslateRule

Public Methods

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

Method Details

RegisterCapsule() public method

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

Property Details

FOV public property

public float FOV
return float

frameHeight public property

public int frameHeight
return int

rangeInMM public property

public int rangeInMM
return int

sensorType public property

public string sensorType
return string

translateRule public property

public TranslateRule translateRule
return TranslateRule