{"id":26463890,"url":"https://github.com/emp0ry/locateimageonscreen","last_synced_at":"2026-05-18T01:36:06.896Z","repository":{"id":277865196,"uuid":"933763663","full_name":"emp0ry/locateImageOnScreen","owner":"emp0ry","description":"Locate an image on the screen and return its position","archived":false,"fork":false,"pushed_at":"2025-02-16T16:52:40.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T17:36:26.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/emp0ry.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":"2025-02-16T16:33:29.000Z","updated_at":"2025-02-16T16:52:43.000Z","dependencies_parsed_at":"2025-02-16T17:51:01.286Z","dependency_job_id":null,"html_url":"https://github.com/emp0ry/locateImageOnScreen","commit_stats":null,"previous_names":["emp0ry/locateimageonscreen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emp0ry%2FlocateImageOnScreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emp0ry%2FlocateImageOnScreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emp0ry%2FlocateImageOnScreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emp0ry%2FlocateImageOnScreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emp0ry","download_url":"https://codeload.github.com/emp0ry/locateImageOnScreen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244375506,"owners_count":20442690,"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":[],"created_at":"2025-03-19T07:16:53.341Z","updated_at":"2026-05-18T01:36:01.866Z","avatar_url":"https://github.com/emp0ry.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Locate Image On Screen\nLocate an image on the all screens and return its position using [OpenCV](https://github.com/opencv/opencv)\n\n## Example of use\n```cpp\n#include \"locateImageOnScreen.h\"\n#include \u003cthread\u003e\n#include \u003cchrono\u003e\n\nint main() {\n    while (true) {\n        POINT pos;\n        if (locateImageOnScreen(\"image.png\", pos, true, 0.8)) {\n          SetCursorPos(pos.x, pos.y);\n          mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);\n          mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);\n        }\n        std::this_thread::sleep_for(std::chrono::milliseconds(1000));\n    }\n\n    return 0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femp0ry%2Flocateimageonscreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femp0ry%2Flocateimageonscreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femp0ry%2Flocateimageonscreen/lists"}