GesturePreprocessor Class |
Namespace: RavingBots.MagicGestures.AI
public class GesturePreprocessor
The GesturePreprocessor type exposes the following members.
| Name | Description | |
|---|---|---|
| GesturePreprocessor |
Construct a new instance.
|
| Name | Description | |
|---|---|---|
| DrawGizmos |
Draw the discrete grid as a gizmo.
| |
| Extract |
Convert captured gesture points into discrete ones.
| |
| GetDiscretized |
Convert a single normalized point into a discrete one.
| |
| GetInput |
Convert a gesture to an array of input values for training.
| |
| GetMatrixSize |
Return the size of Matrix as a vector.
| |
| IsNormalized |
Check whether point is normalized.
| |
| IsValidSize |
Check whether size is valid (all components are positive).
|