# opencv_study **Repository Path**: tjy-cool/opencv_study ## Basic Information - **Project Name**: opencv_study - **Description**: 学习opencv的笔记 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2022-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习Opencv练习笔记 ## 1. 依赖环境 - 方式1: 安装python3.9后,直接使用`pip install -r ./requirements.txt` - 方式2: 使用pip安装 ```bash pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python==4.4.0.46 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple notebook ``` ## 2. 使用方式 jupyter notebook的使用:在终端输入`jupyter notebook`,然后可以访问浏览器`http://localhost:8888/tree`即可。