Ceci est une ancienne révision du document !
MAIN INFORMATIONS about the Project
MEMBERS
Quentin Bitschené Anthony Da Mota Hugo Martinez
Title of the Project : Reconnaissance de profil de mouvements à partir de l'accéléromètre
Name of the members of the Group
- Firstname: Bitschené
- Lastname: Quentin
- Class: IHM
- Mail: bitschen@polytech.unice.fr
- Firstname: Da Mota
- Lastname: Anthony
- Class: IHM
- Mail: anthony.damota06@gmail.com
- Firstname: Martinez
- Lastname: Hugo
- Class: IHM
- Mail: hugo.83300@gmail.com
Equipments
- Model: HTC 8S
- Personal phone: NON
- IMEI: 353760058901069
Content of the Project
Abstract
This project consists in programming a Widows Phone application with C# using sensors and learning algorithm. We choosed the accelerometer as our sensor.
The main goal of our project is to detect 4 kind of movement :
- Static
- Walking
- Fast walking
- Running
To do that we will use the combination between the measures we can get from the accelerometer and the use of the K-means clustering algorithm on those measures.
The accelerometer allow us to get 3 measures : X, Y and Z. Those 3 values represent the acceleration in a three dimensions space. In the project we use the Accelerometer object which allows us to get all those informations, it's our API, and it comes from the namespace Microsoft.Devices.Sensors.
We want to get two clusters that allow us to determine an average of the amplitude and frequency of our movement. The distance between the two centers's barycentre is what determines which kind of movement the user is doing.
indiquer la manière dont vous présenterez les informations obtenues à l'utilisateur
indiquer si vous souhaitez utiliser les informations obtenues pour d'autres fonctionnalités comme des actions sur votre téléphone
SOFTWARE PACKAGES of the Project
- README File
an README file to explain all you install from Visual Studio 2013 SP2 with the SDK WP8.0 or later, to deploy and execute your project on the Windows Phone
- Project zip file
add the zip file of the Project
- All required softwares
Put all the links and explanations to install and to configure required softwares, before your WP8.X C# project
HOW TO USE IT
here write step by step how to use your project you can add copies of screen in it
RESULTS
Write a summary of the main results of the project
Optionnal but considered in the evaluation : An 2 pages ACM paper on your results
Optionnal but considered in the evaluation
if you finnd enough time, you can write a 2 pages paper about your project in a professional ACM format. This paper will be submitted to other researchers in the field and perhaps to present a poster in a conference and/or Workshop
A Paper ACM Format : Word ACM Format
CONSIGNES ET RAPPELS
Quelques consignes :
- Warning : everything must be written in english ….
- Warning : every added file (ex. figures, picture, sources, binaries, video …) must be added through a web links on a Web repository. You can use such a syntax to integrate the link in this page :
[[http://example.com|Lien externe]]
- For more informations on DokuWiki syntax go to syntax dokuwiki