Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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