5. Integration Diagram - hguerra/InteractiveDataVisualization GitHub Wiki

The main interactive feature of the tool is the recognition of bodily gestures. The sequence diagram of gesture recognition modeling the dynamic aspects of the system, showing the interaction arranged in a time sequence, presenting the user and objects participating in the gesture recognition.

The first user interaction with the system occurs in the boot of the objects responsible for graphical window and gesture recognition. Kinect motion sensor updated at a rate of 30 frames per second. Each user positioning frame is received and inserted into a list. This data is used for user representation of the design on the screen and to start the motion analysis. When a moving body is detected, a system notification is sent and processing sequence is restarted.

Sequence Diagram