搜索资源列表
cveh1
- 用python实现的opencv直方图均衡化代码,请大家多多指教-Implemented by python opencv histogram equalization code, Please exhibitions
mycv
- 用python实现的opencv图像轮廓检测代码,多多指教-Implemented by python opencv image contour detection code, exhibitions
Chapter 6_Code
- opencv3计算机视觉基于python第六章代码(完整)(Opencv3 computer vision is based on the source code of the sixth chapter of python (complete))
Chapter 7_Code
- opencv3计算机视觉基于python第七章代码(完整)(Opencv3 computer vision is based on the source code of the seventh chapter of python (complete))
Chapter_8_Code
- opencv3计算机视觉基于python第八章代码(完整)(Opencv3 computer vision is based on the source code of the eighth chapter of python (complete))
代码
- 实现实时人脸检测tensorflow,dlib(Real time face detection tensorflow, Dlib)
face
- 系统介绍:基于树莓派官方系统stretch 系统,系统内安装了opencv3.3.0以及 tensorflow1.1.0 。人脸识别门禁的代码在里面目录/home/pi/face。内安装了深度学习的案例。 程序启动说明:开机前连接树莓派摄像头或网络USB摄像头,网络摄像头无需下面的设置。如使用树莓派摄像头则在终端输入 sudo nano /etc/modules-load.d/modules.conf 在最后添加一行添加 bcm2835-v4l2 ctrl+O回车保存 ctrl
select
- 本程序实现了人脸图片的快速采集,使用环境Python3.x,需要电脑连接摄像头,打开PythonIDLE,按下F5运行代码即可进行采集图片(This program has achieved the rapid acquisition of face images. The Python3.x of the environment needs computer to connect the camera, open PythonIDLE and press F5 to run the code
opencv学习代码
- python opencv 入门学习代码,快速上手,FPS实现。
maya_python_port_test_20170328
- vc++通过socket与maya的python port进行通信,控制maya参数,并且集成opencv功能,渲染完成即可使用opencv进行处理,模拟研究视觉识别还是比较方便的,参照里面的client部分的代码(Vc++ through the socket and maya the python port to communicate, control maya parameters, and integrated opencv function, rendering can be com
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
人脸识别代码 东哥
- 人脸识别,运用python进行人脸识别,图像识别(Face recognition using Python)
人脸识别
- 简单的python人脸识别代码,不错的入门学习资料(Simple Python face recognition code, a good starting point for learning)