Stars
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。
Python scripts to read and visualize evac prt5 data (FDS+Evac)
FDS+Evac User Guide LaTeX source, figures and V&V input files
This repo contain code for performing camera calibration using a set of images of a checkerboard pattern. The calibration process calculates the camera matrix and distortion coefficients, which are…
微信爬虫,获取文章内容、阅读量、点赞量、评论等,获取公众号所有历史文章链接。
🍅🍅🍅YOLOv5-Lite: Evolved from yolov5 and the size of model is only 900+kb (int8) and 1.7M (fp16). Reach 15 FPS on the Raspberry Pi 4B~
video action recogniton models and paper notes
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
Color Correction, with Color Cards using CV2 Aruco
Color correction using standard color cards.
数字图像课程大作业,实现图片中文档提取与矫正。整体思路是通过hough变换检测出直线,进而得到角点,最后经过投影变换,进行矫正。整个项目只用到了opencv的IO操作(包括手写卷积,hough哈夫变换,投影变换等等)
本设计为基于MATLAB的车票识别系统[偏难]。可以识别车牌的车票号,日期,金额三个字段信息【也可只要其中某几个】。带有丰富的人机交互式GUI界面,实现以下功能:当车票的日期不在报销范围内提示“发票过期”。 算法流程:读入图片,利用hough变换进行倾斜矫正,感兴趣区域定位,字符识别,结果输出。