Skip to content

Commit 3b36cfd

Browse files
committed
移动Kinect文件
1 parent 4d7f231 commit 3b36cfd

File tree

10 files changed

+2
-343
lines changed

10 files changed

+2
-343
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http://docs.opencv.org/3.2.0/d6/d00/tutorial_py_root.html
3939
* MacBook pro自带
4040
* 淘宝,[130W像素高清摄像头模组 720P 1280x720 USB2.0免驱 微距模块](https://item.taobao.com/item.htm?id=17338719222)
4141
* 淘宝,[树莓派3代B Raspberry Pi USB摄像头,免驱动](https://item.taobao.com/item.htm?id=537977952154) 不好用,可视角度太小!
42-
* Kinect Xbox360 Slim, AUX接口不能直接插入电脑,需要购买电源适配器 [淘宝](https://item.taobao.com/item.htm?spm=a1z0d.6639537.1997196601.38.7b483a1fZc5MU6&id=15751112283)
42+
* Kinect for Xbox360 Slim, AUX接口不能直接插入电脑,需要购买电源适配器 [淘宝](https://item.taobao.com/item.htm?spm=a1z0d.6639537.1997196601.38.7b483a1fZc5MU6&id=15751112283)
4343

4444
## 教程资源
4545
- http://www.learnopencv.com/

cv-Kinect深度相机/OpenNI《OpenCV Computer Vision with Python》/OpenCV Computer Vision with Python.md

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
## Xbox-Kinect-深度相机
2-
- 参考
3-
- [Using Kinect and other OpenNI compatible depth sensors](https://docs.opencv.org/3.0-rc1/d7/df5/tutorial_ug_highgui.html)
4-
- [Use Kinect with OpenCV (Python)](https://gist.github.com/joinAero/1f76844278f141cea8338d1118423648)
5-
- [Experimenting with Kinect using opencv, python and open kinect (libfreenect)](https://naman5.wordpress.com/2014/06/24/experimenting-with-kinect-using-opencv-python-and-open-kinect-libfreenect/)
6-
- [Getting Started With Kinect and OpenCV](https://electronicsforu.com/electronics-projects/software-projects-ideas/getting-started-kinect-opencv)
7-
8-
- 安装驱动
9-
- sudo apt install python-freenect
10-
- https://github.com/OpenKinect/libfreenect
11-
- 不支持python3
12-
- https://stackoverflow.com/questions/45513567/freenect-not-importing-in-python-3-5-ubuntu-16-04-imports-in-python-2-7
13-
- 必须使用freenect或openni库
14-
15-
- 结果,截图
16-
![depth_image](depth_image.png)
17-
18-
- freenect 结果,截图
19-
![freenect_test](freenect_test1.png)
1+
- 移动到[Kinect Tutorial in Python3 教程2018](https://github.com/makelove/Kinect_Tutorial)

cv-Kinect深度相机/camera.py

-85
This file was deleted.

cv-Kinect深度相机/depth_image.png

-97.6 KB
Binary file not shown.

cv-Kinect深度相机/draw.py

-38
This file was deleted.
-492 KB
Binary file not shown.

cv-Kinect深度相机/freenect_test1.py

-80
This file was deleted.

cv-Kinect深度相机/kinect.py

-60
This file was deleted.

cv-Kinect深度相机/kinect_test.py

-57
This file was deleted.

0 commit comments

Comments
 (0)