https://github.com/thesage21/3d-scanner
A line laser based scanner hack. [DEPRECATED]
https://github.com/thesage21/3d-scanner
Last synced: about 1 month ago
JSON representation
A line laser based scanner hack. [DEPRECATED]
- Host: GitHub
- URL: https://github.com/thesage21/3d-scanner
- Owner: theSage21
- License: gpl-2.0
- Created: 2015-05-01T09:45:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T05:43:10.000Z (over 9 years ago)
- Last Synced: 2025-01-28T21:29:47.511Z (3 months ago)
- Language: Python
- Homepage: http://arjoonn.blogspot.in/2015/05/3d-scanning-with-blender-and-python.html
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SCANNER
=======Takes a series of line scanned images and converts to a dot cloud 3D representation of an object.
We assume that the images are provided in chronological order and that rotation is constant.The cloud generated may be a little off.
useage
------1. get the video. Make sure everything is nice and dark except the laser.
2. convert the video to greyscale and save as series of images.(I use blender for this)
3. save the images to a folder called processed_images
4. Run roi.py In case it kills your pc run it again.
5. after roi.py has finished running run scanner.py
6. The file in the scenes folder is the generated object. It is a collection of (x,y,z) points
7. To plot the object you can use anything. I use blender.Feel free to contact for any help. arjoonn(dot)94(at)gmail(dot)com