GMU:Tutorials/Performance Platform/Measuring Motion with Processing: Difference between revisions
From Medien Wiki
QianqianLI (talk | contribs) |
QianqianLI (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== Measuring Motion == | == Measuring Motion == | ||
[[File:measuring motion01.png|thumb|512px|left|measuring motion]] | [[File:measuring motion01.png|thumb|512px|left|measuring motion]] | ||
<br style="clear:both;"> | |||
== 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.<br> | |||
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. | |||
<br> | |||
== Preparations: == | |||
*Man has to calibrate the Tracking platform at first!<br> | |||
Reference: [https://www.uni-weimar.de/medien/wiki/GMU:Tutorials/Performance_Platform/Tracking_Platform_Calibration Tracking Platform Calibration] |
Revision as of 20:05, 31 July 2016
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:
- Man has to calibrate the Tracking platform at first!
Reference: Tracking Platform Calibration