Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stetro/objscanner
kinect python script to scan the depth of objects
https://github.com/stetro/objscanner
Last synced: 13 days ago
JSON representation
kinect python script to scan the depth of objects
- Host: GitHub
- URL: https://github.com/stetro/objscanner
- Owner: stetro
- Created: 2012-04-19T14:06:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T08:44:15.000Z (over 12 years ago)
- Last Synced: 2024-04-15T04:53:36.397Z (9 months ago)
- Language: Python
- Size: 1.71 MB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kinect Object Scanner
## Requirements
1. running libfreenect installation
* build and install http://www.libusb.org/wiki/libusb-1.0
* clone https://github.com/OpenKinect/libfreenect/
* build and install libfreenect
2. build and install libfreenect python wrapper
3. install python-numpy for fast array calculation
4. install openCV for image manipulatin and GUI
5. install python-cv
6. install python-vtk to display the mesh after scanning