Skip to content

Commit c7c2dac

Browse files
authored
Update README.md
1 parent 78f65cf commit c7c2dac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ The Kinect sensor used is the xBox360 Kinect Sensor - 1414
1313

1414
1. Install Raspbian on your Raspberry Pi - https://www.raspberrypi.org/downloads/
1515
2. Install the OpenCV library for Python - http://www.pyimagesearch.com/2016/04/18/install-guide-raspberry-pi-3-raspbian-jessie-opencv-3/
16-
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/
17-
18-
AND For more information about the OpenKinect community -> https://openkinect.org/wiki/Main_Page
16+
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
1917

20-
For finding spheres, this system uses the HougCircle method
18+
19+
For finding spheres, this system uses the HougCircle method. If the green and orange colors are not well filtered, you can change the ranges of the colors desired, it is used the Lab colorspace.
2120

2221
Thanks,
2322
Snigf12

0 commit comments

Comments
 (0)