{"id":13507830,"url":"https://github.com/xuncv/opencv_aardio","last_synced_at":"2026-03-02T07:23:44.184Z","repository":{"id":41996366,"uuid":"359069562","full_name":"xuncv/opencv_aardio","owner":"xuncv","description":"aardio的opencv库","archived":false,"fork":false,"pushed_at":"2021-12-07T07:54:02.000Z","size":15983,"stargazers_count":88,"open_issues_count":2,"forks_count":37,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-01T07:33:19.448Z","etag":null,"topics":["aardio","opencv"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xuncv.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}},"created_at":"2021-04-18T07:02:05.000Z","updated_at":"2024-08-08T20:39:28.000Z","dependencies_parsed_at":"2022-07-07T18:15:11.460Z","dependency_job_id":null,"html_url":"https://github.com/xuncv/opencv_aardio","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuncv%2Fopencv_aardio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuncv%2Fopencv_aardio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuncv%2Fopencv_aardio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuncv%2Fopencv_aardio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuncv","download_url":"https://codeload.github.com/xuncv/opencv_aardio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301963,"owners_count":20755512,"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","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":["aardio","opencv"],"created_at":"2024-08-01T02:00:40.370Z","updated_at":"2026-03-02T07:23:44.129Z","avatar_url":"https://github.com/xuncv.png","language":"Python","funding_links":[],"categories":["lib"],"sub_categories":["图形图像"],"readme":"# opencv_aardio\n**opencv_aardio**是使用aardio封装的OpenCV开源计算机视觉库.接口实现上尽量接近[opencv-python](https://pypi.org/project/opencv-python/)风格,以降低学习成本.本库适配最新OpenCV 4.5.3\n\n### 依赖项目:\n\n1. [aardio](http://www.aardio.com/)\n2. [OpenCV](https://opencv.org)\n4. [opencv-plugin](https://github.com/xuncv/opencv-plugin/) (修改自[OpenCVSharp](https://github.com/shimat/opencvsharp))\n\n### 使用方法:\n\n1. 下载项目源码\n2. 前往 https://github.com/xuncv/opencv-plugin/releases  \n   下载最新dll文件,复制到`/lib/cv2/.res/`中\n\n### OpenCV-aardio中文文档(编写中)\n\n[opencv_aardio中文文档 (xuncv.github.io)](https://xuncv.github.io/#/)\n\n### DEMO:\n\n```\nimport cv2\nimg = cv2.imread(\"./images/Lena.jpg\",1)\nimg = cv2.medianBlur(img,5)\ncv2.imshow( \"窗口标题\",img )\ncv2.imwrite(\"result.jpg\",img)\ncv2.waitKey(0)\n```\n\n![](./images/result.jpg)\n\n\n\n##### YOLO\n\n![](./images/detect.jpg)\n\n### 期望解决的问题：\n\n1. 充分融合aardio的胶水特性，增强aardio图像处理能力。\n2. 结合aardio桌面优势，如制作上位机软件时可提高工程进度。\n3. 使opencv项目轻量化。（我的conda文件夹已经10+G了）。\n4. 提高opencv启动速度，在算法测试中提高效率。\n5. 实时窗体显示,便于调参。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuncv%2Fopencv_aardio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuncv%2Fopencv_aardio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuncv%2Fopencv_aardio/lists"}