Bright
Line 41: | Line 41: | ||
===Documentation=== | ===Documentation=== | ||
− | * Scientific Project report | + | * Scientific Project [http://vision.eng.shu.ac.uk/manuel/bright report] |
− | * User documentation | + | * [http://vision.eng.shu.ac.uk/manuel/bright User documentation] |
===Source code=== | ===Source code=== | ||
− | * Bright v 1.0.1 | + | * [http://vision.eng.shu.ac.uk/manuel/bright/bright-1.0.1.tar.gz Bright v 1.0.1] |
− | * libserial | + | * [http://vision.eng.shu.ac.uk/manuel/bright/libserial-0.5.0.tar.gz libserial v 0.5.0] |
===Media=== | ===Media=== | ||
− | * Chessboard pattern to calibrate the camera and the rotative platform | + | * [http://vision.eng.shu.ac.uk/manuel/bright/ Chessboard pattern] to calibrate the camera and the rotative platform |
− | * Chessboard pattern (big squares) | + | * [http://vision.eng.shu.ac.uk/manuel/bright/chessboard_big.pdf Chessboard pattern] (big squares) |
* Demonstration [http://vision.eng.shu.ac.uk/jan/reconstruction%20platform.avi video] (10 MB) | * Demonstration [http://vision.eng.shu.ac.uk/jan/reconstruction%20platform.avi video] (10 MB) | ||
===Examples=== | ===Examples=== | ||
− | * Full scan of a coca-cola can sculpture | + | * Full scan of a [http://vision.eng.shu.ac.uk/manuel/bright/can.pts.gz coca-cola] can sculpture |
− | * Fast scan of a bottle | + | * Fast scan of a [http://vision.eng.shu.ac.uk/manuel/bright/bottle.pts.gz bottle] |
===Others=== | ===Others=== | ||
− | * Installation on Linux Mandriva 2006 | + | * [http://vision.eng.shu.ac.uk/manuel/bright/installation_mandriva_2006.txt Installation on Linux Mandriva 2006] |
==Contributors to the project== | ==Contributors to the project== |
Revision as of 14:00, 24 August 2006
Contents |
The Bright project
Project overview
BRIGHT (BRIGHT Reconstruction with light) is a project of a low-price 3-D scanner, with a simple camera (a webcam) and a laser line. A rotating platform is used to rotate the object and thus to do a scan of the full shape of the object.
This page presents the project, and offers to download some instructions to build your own 3-D scanner. You can download the software and compile it to use it out-of-the-box, or you can use it as a start point for your own project of 3-D scanner. There is some documentation of the software if you just want to use it without looking at the maths behind.
The scientific report is also avalaible to get a better understanding of the algorithms and the technologies used by the software.
The project is Open Source and distributed under the GPl licence.
Camera calibration
The main part of the project was actually to calibrate the camera. The camera calibration software is now included in the MIMAS open-source Machine Vision library, and can be used to calibrate your camera if you don't have any other program to do it.
You can get more information about the calibration in the dedicated page.
Applications
Here are some example of applications
- computer vision : 3-D tracking
- medicine : 3-D scan of a body
- entertainment : 3-D model creation for video games
- art conservation : keep a digital copy of an art work
Downloads
Here are the files you may want to download (project report, source code, etc...)
Documentation
- Scientific Project report
- User documentation
Source code
Media
- Chessboard pattern to calibrate the camera and the rotative platform
- Chessboard pattern (big squares)
- Demonstration video (10 MB)
Examples
Others
Contributors to the project
Julien Faucher : faucherj -AT- gmail -DOT- com
- Architecture design
- C++ code developement
- Documentation
Manuel Boissenin : manuel.boissenin -AT- gmail -DOT- com
- Project supervision
- Website
- Platform design and control for both the laser and the platform
- programming support with mimas
Arul Nirai Selvan
- support
- support
See Also
External links
- The COPOS project (Similar project in French)