{"id":19794525,"url":"https://github.com/shuai-xie/cv_utils","last_synced_at":"2026-05-06T19:41:56.997Z","repository":{"id":129529886,"uuid":"220590902","full_name":"Shuai-Xie/CV_utils","owner":"Shuai-Xie","description":"useful code for cv-related python programs","archived":false,"fork":false,"pushed_at":"2020-11-13T00:45:38.000Z","size":4502,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T04:44:08.480Z","etag":null,"topics":["computer-vision","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shuai-Xie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-09T04:25:07.000Z","updated_at":"2020-11-13T00:45:41.000Z","dependencies_parsed_at":"2023-04-01T07:20:17.039Z","dependency_job_id":null,"html_url":"https://github.com/Shuai-Xie/CV_utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuai-Xie%2FCV_utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuai-Xie%2FCV_utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuai-Xie%2FCV_utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuai-Xie%2FCV_utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shuai-Xie","download_url":"https://codeload.github.com/Shuai-Xie/CV_utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241136776,"owners_count":19915991,"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":["computer-vision","python"],"created_at":"2024-11-12T07:13:30.396Z","updated_at":"2026-05-06T19:41:56.968Z","avatar_url":"https://github.com/Shuai-Xie.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CV_utils\n\ncollect some useful **cv-related python programs**.\n\n\nimport\n\n- opencv-python\n- opencv-contrib-python\n- pillow\n- numpy\n- mss: 较快的录屏方式, win/linux/mac 都支持\n- pyscreenshot: PIL.ImageGrab replacement for linux 比较慢\n\n---\n\n### capture_screen\n\ncompare **FPS** of 3 ways to capture screen\n- mss \u003e  PIL.ImageGrab \u003e pyscreenshot\n\n```\n# 窗口 left-top, right-bottom 坐标\n(0, 0, 1920, 1080),  # 4.6 \u003e 2.4 \u003e 0.7\n(0, 0, 1440, 900),  # 6.0 \u003e 2.2 \u003e 0.6\n(0, 0, 800, 600),  # 18.7 \u003e 2.4 \u003e 1.4\n(0, 0, 640, 360),  # 40.5 \u003e 2.3 \u003e 2.3 \n```\n\n### detect\n- [selective search](https://www.learnopencv.com/selective-search-for-object-detection-cpp-python/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuai-xie%2Fcv_utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuai-xie%2Fcv_utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuai-xie%2Fcv_utils/lists"}