Spheres Recognition Color-Depth
Hi there! This is my first project, First version
This is an artifitial vision system for robotics application, developed with Python and OpenCV, acquiring the images with a Kinect sensor and processing them with a Raspberry Pi 3 Model B.
The system recognizes spheres and their position on coordinates x, y, in cm respect the position of the Kinect Sensor.
Recognizes only two colors (orange and green). The Kinect sensor used is the xBox360 Kinect Sensor - 1414
- Install Raspbian on your Raspberry Pi - https://www.raspberrypi.org/downloads/
- Install the OpenCV library for Python - http://www.pyimagesearch.com/2016/04/18/install-guide-raspberry-pi-3-raspbian-jessie-opencv-3/
- Install libfreenect to be able to use Kinect sensor - Nice tutorial -> https://naman5.wordpress.com/2014/06/24/experimenting-with-kinect-using-opencv-python-and-open-kinect-libfreenect/
AND For more information about the OpenKinect community -> https://openkinect.org/wiki/Main_Page
Thanks, Snigf12