{"id":26071585,"url":"https://github.com/itisyang/imageminilab","last_synced_at":"2025-10-13T08:36:13.205Z","repository":{"id":54492139,"uuid":"92602736","full_name":"itisyang/ImageMiniLab","owner":"itisyang","description":"opencv-python 应用","archived":false,"fork":false,"pushed_at":"2023-01-27T10:05:35.000Z","size":818,"stargazers_count":113,"open_issues_count":0,"forks_count":29,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T19:52:14.766Z","etag":null,"topics":["deep-learning","image","machine-learning","opencv","opencv-python","pyqt5"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itisyang.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":"2017-05-27T14:12:00.000Z","updated_at":"2024-12-01T12:42:03.000Z","dependencies_parsed_at":"2023-02-15T07:46:41.287Z","dependency_job_id":null,"html_url":"https://github.com/itisyang/ImageMiniLab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itisyang/ImageMiniLab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itisyang%2FImageMiniLab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itisyang%2FImageMiniLab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itisyang%2FImageMiniLab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itisyang%2FImageMiniLab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itisyang","download_url":"https://codeload.github.com/itisyang/ImageMiniLab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itisyang%2FImageMiniLab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014316,"owners_count":26085492,"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-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["deep-learning","image","machine-learning","opencv","opencv-python","pyqt5"],"created_at":"2025-03-09T00:01:30.907Z","updated_at":"2025-10-13T08:36:13.187Z","avatar_url":"https://github.com/itisyang.png","language":"Python","readme":"# ImageMiniLab  \n\n[![GitHub issues](https://img.shields.io/github/issues/itisyang/ImageMiniLab.svg)](https://github.com/itisyang/ImageMiniLab/issues)\n[![GitHub stars](https://img.shields.io/github/stars/itisyang/ImageMiniLab.svg)](https://github.com/itisyang/ImageMiniLab/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/itisyang/ImageMiniLab.svg)](https://github.com/itisyang/ImageMiniLab/network)\n[![GitHub release](https://img.shields.io/github/release/itisyang/ImageMiniLab.svg)](https://github.com/itisyang/ImageMiniLab/releases)\n![language](https://img.shields.io/badge/language-python-DeepPink.svg)\n[![GitHub license](https://img.shields.io/github/license/itisyang/ImageMiniLab.svg)](https://github.com/itisyang/ImageMiniLab/blob/master/LICENSE)\n\n\n![logo](https://cdn.staticaly.com/gh/itisyang/MyImages@master/images/ImageMiniLab.png)  \n\n图像迷你实验室，可进行图像实验，图像处理，图像分析。  \n\n\n\n## 食用指南  \n- 项目环境：PyQt6 + Qt Designer + Python 3.x  \n- ui编译：`python -m PyQt6.uic.pyuic ImageMiniLabUI.ui -o ImageMiniLabUI.py`  \n- 包：opencv-python、PyQt6、numpy  \n\n\n\n## todo list  \n:white_check_mark: 灰度化  \n:white_check_mark: 反转  \n:white_check_mark: 通道分离  \n:white_check_mark: 噪声、滤波  \n:white_check_mark: 高斯双边滤波  \n:white_check_mark: 均值偏移滤波  \n:white_check_mark: 图像二值化  \n:white_check_mark: Canny边缘检测  \n:white_check_mark: 直线检测  \n:white_check_mark: 圆检测  \n:white_check_mark: 轮廓发现  \n:white_large_square: 分水岭分割  \n:white_large_square: 图像开闭操作  \n:white_check_mark: 人脸检测  \n:white_large_square: 验证码识别  \n\n\n\n![灰度化](https://cdn.staticaly.com/gh/itisyang/MyImages@master/images/灰度化.jpg)\n![反转](https://cdn.staticaly.com/gh/itisyang/MyImages@master/images/反转.jpg)\n![通道分离](https://cdn.staticaly.com/gh/itisyang/MyImages@master/images/通道分离.jpg)\n![高斯噪声滤波](https://cdn.staticaly.com/gh/itisyang/MyImages@master/images/高斯噪声滤波.jpg)\n![高斯双边滤波](https://cdn.staticaly.com/gh/itisyang/MyImages@master/images/高斯双边滤波.jpg)\n![均值偏移滤波](https://cdn.staticaly.com/gh/itisyang/MyImages@master/images/均值偏移滤波.jpg)\n![图像二值化](https://cdn.staticaly.com/gh/itisyang/MyImages@master/images/图像二值化.jpg)\n![Canny边缘检测](https://cdn.staticaly.com/gh/itisyang/MyImages@master/images/Canny边缘检测.jpg)\n![人脸识别](https://cdn.staticaly.com/gh/itisyang/MyImages@master/images/人脸识别.jpg)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitisyang%2Fimageminilab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitisyang%2Fimageminilab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitisyang%2Fimageminilab/lists"}