Difference between revisions of "RV-proyect3"
From robotica.unileon.es
m |
|||
Line 31: | Line 31: | ||
We pretend to change the methods to [http://www.uco.es/investiga/grupos/ava/node/26 ArUco:] a minimal library for Aumented Reality applications based on OpenCv | We pretend to change the methods to [http://www.uco.es/investiga/grupos/ava/node/26 ArUco:] a minimal library for Aumented Reality applications based on OpenCv | ||
+ | |||
+ | - First Example | ||
+ | |||
+ | [[Image:IMG_AR_1.JPG|thumb|none|600px|Track image.]] |
Revision as of 22:34, 6 June 2011
- Project Name: RovioWrapProject = RWP
- Authors: Francisco J. Lera
- SVN Repository:
- Tags: Rovio,
- Technology: c, opencv, augmented reality
- State: Developing
- Source License: GPLv3
- Document License: GPLv3
This is a migration and evolution of RovioCWrapProject.
- First Step
Migrating from c to c++.
- A class rovRobot was created to represent the Rovio.
- A class conversor was adapted to c++ syntax
- Second Step
We were using opencv functions to show augmented reality.
We pretend to change the methods to ArUco: a minimal library for Aumented Reality applications based on OpenCv
- First Example