搜索资源列表
target-detection-and-tracking
- 本案例可以利用C#和EmguCV播放文件夹中的视频,代码运行完美无误,可以实施视频运动目标检测与跟踪,欢迎交流-This case can use C# and EmguCV video playback folder, the code runs perfectly correct, you can implement video moving target detection and tracking, welcomed the exchange
opencv-2-cookbook-src-master
- 《OpenCV2计算机视觉编程手册》以案例的形式介绍OpenCV 2.X的新特性和C++新接口,案例中包含具体的代码与详细的说明,本书源码- OpenCV2 Computer Vision Programming Manual in the form of case presentation OpenCV 2.X new features and a new C++ interface, case contains specific code and detailed instructions
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