# opencv-Pyqt5-test **Repository Path**: mocus/opencv-pyqt5-test ## Basic Information - **Project Name**: opencv-Pyqt5-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-16 - **Last Updated**: 2024-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenCV-PyQt5-test 安装指令 ``` pip install -r requirements.txt ``` 推荐在Vitr环境里使用 [Documentary(文档)](/Doc) ## 建议开发规范 1.包的使用规范 ``` import cv2 as cv import numpy as np ```