# ImageProcessor **Repository Path**: zhao-xiangxin/ImageProcessor ## Basic Information - **Project Name**: ImageProcessor - **Description**: 基于PyQt+OpenCV的图像处理软件 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-12-19 - **Last Updated**: 2025-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImageProcessor 基于PyQt+OpenCV的图像处理软件 ### 效果预览 ![](preview-windows.png) ![](preview-mac.png) ### 环境搭建 Python3.8 + PyQt5 + opencv-python + matplotlib #### 安装Python Linux:
``` apt install python3.8 ``` 或者 ``` yum install python3.8 ``` Windows:直接拿exe安装,记得加系统环境path #### 安装依赖库 ``` pip install PyQt5 pip install opencv-python pip install matplotlib ```