{"id":15642975,"url":"https://github.com/huangcongqing/opencv","last_synced_at":"2026-03-11T11:37:36.380Z","repository":{"id":46092271,"uuid":"166017203","full_name":"HuangCongQing/OpenCV","owner":"HuangCongQing","description":"opencv(python\u0026c++)学习教程 1、人机互动 2、物体识别 3、图像分割 4、人脸识别 5、动作识别 6、运动跟踪 7、机器人 8、运动分析 9、机器视觉 10、结构分析 11、汽车安全驾驶","archived":false,"fork":false,"pushed_at":"2023-02-09T16:40:33.000Z","size":62510,"stargazers_count":121,"open_issues_count":1,"forks_count":17,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T05:57:10.006Z","etag":null,"topics":["open-cv","opencv-cpp","opencv-python","python-opencv","whl"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HuangCongQing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-16T10:01:50.000Z","updated_at":"2025-04-08T08:58:59.000Z","dependencies_parsed_at":"2024-10-22T20:16:43.998Z","dependency_job_id":"ed7c28a9-d420-489f-a8fb-200b923eb896","html_url":"https://github.com/HuangCongQing/OpenCV","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HuangCongQing/OpenCV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2FOpenCV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2FOpenCV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2FOpenCV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2FOpenCV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuangCongQing","download_url":"https://codeload.github.com/HuangCongQing/OpenCV/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2FOpenCV/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266405362,"owners_count":23923535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["open-cv","opencv-cpp","opencv-python","python-opencv","whl"],"created_at":"2024-10-03T11:58:29.952Z","updated_at":"2026-03-11T11:37:31.357Z","avatar_url":"https://github.com/HuangCongQing.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenCV\n\n1. 人机互动 2、物体识别 3、图像分割 4、人脸识别 5、动作识别 6、运动跟踪 7、机器人 8、运动分析 9、机器视觉 10、结构分析 11、汽车安全驾驶\n\n官网： [opencv](https://github.com/opencv)/**[opencv](https://github.com/opencv/opencv)**\n\n环境dev：win7/Ubuntu18.04，python35/36 + opencv3.4/4.1 + VScode\n\n**OpenCV在Python中导入名称是cv2**\n\n## Installation\n\n两种方法呢\n\n* 直接pip命令安装-直接命令法\n\n  ```\n  pip3 install opencv-python \n  pip3 install opencv-contrib-python\n  pip3 install pytesseract\n  ```\n* 下载whl文件法\n\n  1. 先去官网 https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv，下载相应Python版本的OpenCV的whl文件，如本人下载的opencv_python‑3.4.1‑cp36‑cp36m‑win_amd64.whl，\n  2. 然后在whl文件所在目录下，命令`pip install opencv_python‑3.4.1‑cp36‑cp36m‑win_amd64.whl` 进行安装即可\n\n## 基于python的Opencv项目实战\n\n* 视频：https://www.bilibili.com/video/BV1oJ411D71z\n* 代码\u0026笔记：[基于python的Opencv项目实战](基于python的Opencv项目实战)\n\n  * [图像操作(图像读取  色彩空间转换 展示图像信息 读取视频  边界填充 数值计算 图像融合 )](基于python的Opencv项目实战/图像操作/图像基本操作.ipynb)\n  * 图像处理\n    * [图像阈值 图像平滑 形态学 图像梯度 边缘检测 图像金字塔 轮廓检测 傅里叶变换](基于python的Opencv项目实战/图像操作/图像处理.ipynb)\n    * [直方图\u0026模板匹配](基于python的Opencv项目实战/图像处理/图像处理-2(直方图\u0026模板匹配).ipynb)\n  * [01项目实战-信用卡数字识别/template-matching-ocr](01项目实战-信用卡数字识别/template-matching-ocr)\n    * 运行命令：`python 01项目实战-信用卡数字识别/template-matching-ocr/ocr_template_match.py   -i   01项目实战-信用卡数字识别/template-matching-ocr/images/credit_card_01.png    -t    01项目实战-信用卡数字识别/template-matching-ocr/images/ocr_a_reference.png`\n  * [02项目实战-文档扫描OCR识别](02项目实战-文档扫描OCR识别)\n  * TODO\n\n## License\n\nCopyright (c) [双愚](https://github.com/HuangCongQing/OpenCV). All rights reserved.\n\nLicensed under the [MIT](https://github.com/HuangCongQing/OpenCV/blob/master/LICENSE) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangcongqing%2Fopencv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuangcongqing%2Fopencv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangcongqing%2Fopencv/lists"}