Click or drag to resize

GestureLearnerGridResolutionX Field

The width of the grid onto which the gesture is projected during the preprocessing phase.

Namespace:  RavingBots.MagicGestures.AI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int GridResolutionX

Field Value

Type: Int32
Remarks
The lower resolution of the grid, the better performance of the recognition system. However, a low resolution may prevent effectively training complex gestures. You can increase the resolution of the grid, but remember to provide a sufficient number of gesture repeats for the neural network to capture the pattern.
See Also