GMU:Tutorials/Performance Platform/Measuring Motion with Processing: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 9: Line 9:


== Preparations: ==
== Preparations: ==
*Man has to calibrate the Tracking platform at first!<br>
*Man has to calibrate the Tracking platform at first! ''Reference:'' [https://www.uni-weimar.de/medien/wiki/GMU:Tutorials/Performance_Platform/Tracking_Platform_Calibration Tracking Platform Calibration]<br>
Reference: [https://www.uni-weimar.de/medien/wiki/GMU:Tutorials/Performance_Platform/Tracking_Platform_Calibration Tracking Platform Calibration]<br>
*About how to use a single value getting from the Capture to control processing part, you could check the following tutorial by Yun Liu: [https://www.uni-weimar.de/medien/wiki/GMU:Tutorials/Networking/Controlling_Processing_with_The_Captury Controlling Processing with the Captury]<br>
*About how to use a single value getting from the Capture to control processing part, you could check the following tutorial by Yun Liu: [https://www.uni-weimar.de/medien/wiki/GMU:Tutorials/Networking/Controlling_Processing_with_The_Captury Controlling Processing with the Captury]
== Challenges: ==
*One person mode: Calculating the root speed and visualizing this value by changing the background color.<br>
*Groups of persons mode: Measuring the pairwise distances between root nodes of three persons.<br>

Revision as of 20:18, 31 July 2016

Measuring Motion

measuring motion


Introduction:

Through the motion tracking system man could get basic information about one or more persons’ movements in the specific area. Normally these information describe the status of some important nodes of a person, such as head, arms, hip, feet and so on.
This article is mainly a step by step tutorial about different ways of accumulating motion data(such as the speed of a person or the expansion among three persons) into a single value. In the following examples, these simple values are visualised in a simple basic way in processing: changing the background color.

Preparations:

Challenges:

  • One person mode: Calculating the root speed and visualizing this value by changing the background color.
  • Groups of persons mode: Measuring the pairwise distances between root nodes of three persons.