使用opencv与pyqt5实现的图像处理程序,已实现转灰度图、图像平滑、形态学操作、梯度计算、阈值处理、边缘检测、轮廓检测
☆409Sep 25, 2019Updated 6 years ago
Alternatives and similar repositories for opencv-pyqt5
Users that are interested in opencv-pyqt5 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于python和pyqt5,实现opencv图像处理,包含内容有基本的图像处理,人脸检测和识别,图像检索以及基于图像描述符的搜索,目标检测与识别,目标跟踪,opencv神经网络☆161Jul 28, 2018Updated 8 years ago
- 基于pyqt5的图像处理软件☆69Jan 21, 2019Updated 7 years ago
- 基于PyQt+OpenCV的图像处理软件,支持灰度映射、图像运算、直方图均衡、噪声处理及空域滤波等功能,提供原图与处理效果的直观对比界面。☆20Jan 5, 2024Updated 2 years ago
- pyqt5 + opencv 实现视频播放,支持实时流,支持远程文件☆118May 18, 2018Updated 8 years ago
- 数字图像处理的系统☆20Jul 6, 2020Updated 6 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 计算机视觉课程项目 —— 基于 OpenCV、PyQt 的图片处理工具☆12Aug 5, 2020Updated 6 years ago
- 该项目基于python-contrib-opencv,dlib,pyqt5。能够实现电脑端摄像头读取视频,实时人脸录入,人脸检测,人脸识别等功能。☆268Nov 16, 2018Updated 7 years ago
- 给yolov5加个gui界面,使用pyqt5,yolov5是5.0版本☆473Apr 4, 2024Updated 2 years ago
- 《PyQt5快速开发与实战》配套代码☆2,407Dec 13, 2020Updated 5 years ago
- 通过可直接运行的代码示例讲解 PyQt 5 常用基础控件。附学习资源、demo分享。☆1,090Aug 25, 2022Updated 3 years ago
- 利用python PyQt5图形库开发的一个基于tcp协议仿QQ聊天pc软件工具☆150Jul 27, 2025Updated last year
- 集yolov5、centernet、unet算法的pyqt5界面,可实现图片目标检测和语义分割☆177Mar 15, 2026Updated 5 months ago
- PyQt5 implementation of YOLOv5 GUI☆1,549Sep 12, 2024Updated last year
- Some useful apps based on PyQt5. | 谷歌翻译、bilibili视频下载、华科电费查询、猫耳FM音频下载、无损音乐下载、华科图书馆查询、词云生成器etc.☆943Apr 27, 2021Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- ☆10May 4, 2020Updated 6 years ago
- It is a face recognition system using mtcnn and arcface in pytorch☆17Sep 2, 2019Updated 6 years ago
- 基于分水岭算法的图像分割☆28Jul 6, 2023Updated 3 years ago
- Calibrate an image with the vanishing points detected with T-linkage clustering on GPU☆13Oct 14, 2017Updated 8 years ago
- ☆12Apr 5, 2016Updated 10 years ago
- 基于视网膜原理的边缘检测算法☆51Jan 30, 2018Updated 8 years ago
- 这是一个使用Python和PyQt5开发的一个计算机视觉辅助裂缝标注工具,标注工具先用边缘检测和形态学方法预识别裂缝,然后人工对结果进行标涂或擦除。除了此方法,工具还有其他多种方法,详情请见readme.md的介绍☆92Apr 18, 2019Updated 7 years ago
- 数字图像处理——基于Qt 5.8.0☆298Apr 12, 2020Updated 6 years ago
- 使用Python3 csv模块处理快收后台导出的商场优惠活动交易数据,统计各类优惠券的核销数量,以及实收款等汇总数据。测试数据 "1. 财务明细数据.csv" 已经删除了敏感信息,由于客户不想使用脚本,所以使用 PyQt5 编写了图形界面,再使用 pyinstaller 打…☆26Dec 19, 2018Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 基于深度学习的热轧带钢表面缺陷自动检测技术☆50Mar 7, 2022Updated 4 years ago
- 基于Python的车牌检测和识别系统:☆881Jul 6, 2019Updated 7 years ago
- 轻量级模型,检测5种水果,包含750张自制水果数据集。☆16Jul 17, 2022Updated 4 years ago
- 基于PyQt5开发的前后端GUI桌面、导航定位与测量综合系统软件☆67Sep 2, 2022Updated 3 years ago
- 使用QT5+Opencv完成简单的图像处理及视频处理软件。图像处理包括:灰度化、均值滤波、边缘检测、伽马变换、旋转镜像、亮度调节、二值化、对比度,饱和度调节、色彩调节、图片保存、水印等。 视频处理包括:二值化、边缘检测、灰度化、平滑、局部马赛克、缩放等。 此外还进行了界面美…☆404Jun 5, 2026Updated 2 months ago
- 分别用K均值K_means和模糊C均值FCM算法对Iris鸢尾花数据集聚类以及图像聚类分割☆23May 18, 2022Updated 4 years ago
- PyQt Custom Widgets - PyQt 自定义控件☆375Dec 5, 2019Updated 6 years ago
- 基于Opencv的车道线检测:1. 图像加载;2.图像预处理:图片灰度化,高斯滤波;3.Cany边缘检测;4.感兴趣区域检测;5.霍夫直线检测 ;6.直线拟合;7.车道线叠加;8.图片和视频测试;9.可视化界面pyqt5 (可选)。☆94Mar 17, 2022Updated 4 years ago
- python3.5 + PyQt5模拟QQ聊天,文件传输以及游戏☆45Sep 18, 2018Updated 7 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 使用opencv-python/PyQt5完成的数字图像处理系统,包括图像缩放/裁剪/灰度变换/高低通滤波/边缘检测等功能☆12Aug 9, 2020Updated 6 years ago
- Collecting 3rd Apps☆165Jun 7, 2025Updated last year
- 数字图像处理 VS2017 + OpenCV 编程实现☆11Dec 21, 2017Updated 8 years ago
- Complete Head and Foot visualization from DICOM files using PyQT5☆11Jun 24, 2021Updated 5 years ago
- 基于pyqt5写的软件,集成paddleseg、paddledetection模型可视化导入以及预测☆15Mar 10, 2021Updated 5 years ago
- Code for vanishing point extraction along with rotation matrix☆19Feb 12, 2018Updated 8 years ago
- 👷胶囊表面缺陷检测withTensorflow,主要检测了凹陷和缺失部分,涉及到GPU加速☆119Dec 23, 2020Updated 5 years ago