Difference between revisions of "Proj-2012-2013-RéducationFonctionnelle"

From air
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
   
 
Nowadays, more and more people are facing hand dysfunction, which is a serious handicap in daily life. In order to provide convenient and efficient solutions to those patients, a playful hand rehabilitation software project has been suggested. The aim is to allow the users to train freely at home and obtain a relevant progress grade through their rehabilitation program.
 
Nowadays, more and more people are facing hand dysfunction, which is a serious handicap in daily life. In order to provide convenient and efficient solutions to those patients, a playful hand rehabilitation software project has been suggested. The aim is to allow the users to train freely at home and obtain a relevant progress grade through their rehabilitation program.
  +
   
 
== Tutors ==
 
== Tutors ==
Line 7: Line 8:
 
* Alessandro Semere
 
* Alessandro Semere
 
* Didier Donsez
 
* Didier Donsez
  +
   
 
== Students ==
 
== Students ==
Line 12: Line 14:
 
* Elisa Martinez
 
* Elisa Martinez
   
== Week 1 (January 14th to January 20th) ==
 
   
 
== Week 1 (January 14th to January 20th) ==
- Project discovery and technologies study (Microsoft Kinect, Intel Creative 3D camera)
 
- Kinect and Creative SDKs set up and tests
 
- Talk about the application and development possibilities
 
   
 
* Project discovery and technologies study (Microsoft Kinect, Intel Creative 3D camera)
 
* Kinect and Creative SDKs set up and tests
 
* Talk about the application and development possibilities
   
 
== Week 2 (January 21th to January 27th) ==
 
== Week 2 (January 21th to January 27th) ==
   
- First meeting with the tutors, Mr Vuillerme, assistant professor at Joseph Fourier University of Grenoble, and Mr Semere, intern plastic surgeon at the general hospital of Grenoble. Talk about the project expectations.
+
* First meeting with the tutors, Mr Vuillerme, assistant professor at Joseph Fourier University of Grenoble, and Mr Semere, intern plastic surgeon at the general hospital of Grenoble. Talk about the project expectations.
  +
 
After the meeting, we identified the following main aspects :
 
After the meeting, we identified the following main aspects :
o Be conform to the suggested type of rehabilitation (amplitude variations),
+
* Be conform to the suggested type of rehabilitation (amplitude variations),
o The main support will consist of a hand rehabilitation book and several demonstration videos,
+
* The main support will consist of a hand rehabilitation book and several demonstration videos,
o The software will implement a little game that will be played by the patient moving his hand,
+
* The software will implement a little game that will be played by the patient moving his hand,
o A tutorials list will be available on the main screen,
+
* A tutorials list will be available on the main screen,
o Take into account a slight margin regarding the angles measurement,
+
* Take into account a slight margin regarding the angles measurement,
o Each exercise will last one minute and should provide a continuous indicative grade.
+
* Each exercise will last one minute and should provide a continuous indicative grade.
- Decision of using the Intel Creative camera instead of the Microsoft Kinect because it really seems to match the project requirements (better fingers moves detection).
+
* Decision of using the Intel Creative camera instead of the Microsoft Kinect because it really
  +
seems to match the project requirements (better fingers moves detection).
   
 
== Week 3 (January 28th to February 3th) ==
   
 
* First SRS version.
== Week 3 (January 28th to Febrary 3th) ==
 
 
* First thoughts about the UML structure of the project.
 
* Study of the SDK in order to chose the best matching programming language, which appears to be C#.
   
 
== Week 4 (Febrary 4th to February 10th) ==
- First SRS version.
 
- First thoughts about the UML structure of the project.
 
- Study of the SDK in order to chose the best matching programming language, which appears to be C#.
 
   
 
* Second UML diagram version.
== Week 4 (Febrary 4th to Febrary 10th) ==
 
 
* First sketch of our Graphical User Interface (GUI).
 
* First C# learning session using siteduzero website.
   
 
== Week 5 (February 11th to February 17th) ==
- Second UML diagram version.
 
- First sketch of our Graphical User Interface (GUI).
 
- First C# learning session using siteduzero website.
 
   
 
* New SRS version.
 
 
* Detailed study of the SDK C# source code to understand the main structures, functions used and how the fingers detection is made.
== Week 5 (Febrary 11th to Febrary 17th) ==
 
 
* Thoughts about Object and Use diagrams.
 
- New SRS version.
 
- Detailed study of the SDK C# source code to understand the main structures, functions used and how the fingers detection is made.
 
- Thoughts about Object and Use diagrams.
 
   
   
Line 55: Line 57:
   
 
Intel Perceptual Computing SDK Beta3 : http://software.intel.com/en-us/vcsource/tools/perceptual-computing-sdk
 
Intel Perceptual Computing SDK Beta3 : http://software.intel.com/en-us/vcsource/tools/perceptual-computing-sdk
  +
  +
Visual Studio 2012
  +
   
 
= Appendice =
 
= Appendice =
   
 
SRS : http://air.imag.fr/mediawiki/index.php/Proj-2012-2013-R%C3%A9ducationFonctionnelle/SRS
 
SRS : http://air.imag.fr/mediawiki/index.php/Proj-2012-2013-R%C3%A9ducationFonctionnelle/SRS
  +
  +
= Rapport =
  +
  +
= Sources =

Latest revision as of 11:41, 11 April 2013

Description

Nowadays, more and more people are facing hand dysfunction, which is a serious handicap in daily life. In order to provide convenient and efficient solutions to those patients, a playful hand rehabilitation software project has been suggested. The aim is to allow the users to train freely at home and obtain a relevant progress grade through their rehabilitation program.


Tutors

  • Nicolas Vuillerme
  • Alessandro Semere
  • Didier Donsez


Students

  • Rebecca Poustis
  • Elisa Martinez


Week 1 (January 14th to January 20th)

  • Project discovery and technologies study (Microsoft Kinect, Intel Creative 3D camera)
  • Kinect and Creative SDKs set up and tests
  • Talk about the application and development possibilities

Week 2 (January 21th to January 27th)

  • First meeting with the tutors, Mr Vuillerme, assistant professor at Joseph Fourier University of Grenoble, and Mr Semere, intern plastic surgeon at the general hospital of Grenoble. Talk about the project expectations.

After the meeting, we identified the following main aspects :

    * Be conform to the suggested type of rehabilitation (amplitude variations),
    * The main support will consist of a hand rehabilitation book and several demonstration videos,
    * The software will implement a little game that will be played by the patient moving his hand,
    * A tutorials list will be available on the main screen,
    * Take into account a slight margin regarding the angles measurement,
    * Each exercise will last one minute and should provide a continuous indicative grade.
    * Decision of using the Intel Creative camera instead of the Microsoft Kinect because it really 
      seems to match the project requirements (better fingers moves detection).

Week 3 (January 28th to February 3th)

  • First SRS version.
  • First thoughts about the UML structure of the project.
  • Study of the SDK in order to chose the best matching programming language, which appears to be C#.

Week 4 (Febrary 4th to February 10th)

  • Second UML diagram version.
  • First sketch of our Graphical User Interface (GUI).
  • First C# learning session using siteduzero website.

Week 5 (February 11th to February 17th)

  • New SRS version.
  • Detailed study of the SDK C# source code to understand the main structures, functions used and how the fingers detection is made.
  • Thoughts about Object and Use diagrams.


Download

Intel Perceptual Computing SDK Beta3 : http://software.intel.com/en-us/vcsource/tools/perceptual-computing-sdk

Visual Studio 2012


Appendice

SRS : http://air.imag.fr/mediawiki/index.php/Proj-2012-2013-R%C3%A9ducationFonctionnelle/SRS

Rapport

Sources