| GestureLearnerGridResolutionY Field |
The height 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 public int GridResolutionY
Field Value
Type:
Int32Remarks
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