This repo contains tutorials on OpenCV-Python library using new cv2 interface
Contains some Python Samples with new cv2 interface of OpenCV
毕业设计 C-V2X漏洞挖掘 开放资源
cv2.VideoCapture like wrapper for FLIR Spinnaker SDK
基于pyqt5和opencv的多线程图像(视频)处理
CAPTCHA generator using cv2.
using opencv-python cv2.grabCut to cut image interactively
战争雷霆陆战脚本,欢迎PR warthunder script
基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现
Demo use of cv2.warpPerspective() to convert a robot driver view image to a bird's eye map view.
基于python和cv2、pytorch实现的车牌定位、字符分割、字符识别项目
身份证识别程序,包含切图程序,通过cv2切除矩形图片多余部分
This repo contains my 2nd mini project that i've done while learning open CV and PILLOW modules in python
yolo模型使用cv2推理并使用qt5添加GUI后打包部署。pt模型转onnx模型;opencv.dnn完成推理;pyqt实现可视界面;打包为exe方便移植
This repo aims to convert scanned invoices to excel sheet using cv2 and pytesseract for reading the invoices. It converts the invoice to binary form and detects horizontal and vertical lines to constr...
滑块验证码破解,通过使用 cv2 + numpy 分析滑块背景图片并计算所需滑动的距离,使用 PID 控制算法生成轨迹,使用 Selenium 模拟手工拖动滑块行为。
1.利用cv2自带的haar特征识别器,进行人脸的识别 2.利用fer2013表情进行训练,创建卷积网络,提取图片特征,反向传播后,更新权重参数,提高人脸表情的识别准确率 3.对读入的图片和视频进行人脸检测,并对检测到的人脸进行表情分类