{"id":15391066,"url":"https://github.com/quramy/x-img-diff","last_synced_at":"2025-04-15T22:40:30.400Z","repository":{"id":66208078,"uuid":"110505560","full_name":"Quramy/x-img-diff","owner":"Quramy","description":"Detect structural difference information of 2 images considering into translation","archived":false,"fork":false,"pushed_at":"2017-12-25T09:28:55.000Z","size":3495,"stargazers_count":51,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T22:40:02.119Z","etag":null,"topics":["cli","image-processing","opencv"],"latest_commit_sha":null,"homepage":"","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/Quramy.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":"2017-11-13T05:50:00.000Z","updated_at":"2025-04-02T15:41:26.000Z","dependencies_parsed_at":"2023-05-30T05:30:37.719Z","dependency_job_id":null,"html_url":"https://github.com/Quramy/x-img-diff","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"64252ebf4c230d899e18fbbe80560ccae93eade4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quramy%2Fx-img-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quramy%2Fx-img-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quramy%2Fx-img-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quramy%2Fx-img-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quramy","download_url":"https://codeload.github.com/Quramy/x-img-diff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249167412,"owners_count":21223503,"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":["cli","image-processing","opencv"],"created_at":"2024-10-01T15:09:53.310Z","updated_at":"2025-04-15T22:40:30.383Z","avatar_url":"https://github.com/Quramy.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# x-img-diff\nDetect structural difference information of 2 images considering into translation.\n\n```sh\nximgdiff example/img/after.png example/img/before.png out.png\n```\n\n| after.png | before.png |\n| :--: | :--: |\n| \u003cimg src=\"example/img/after.png\" width=\"45%\" /\u003e | \u003cimg src=\"example/img/before.png\" width=\"45%\" /\u003e |\n\n| out.png |\n| :--: |\n| \u003cimg src=\"example/img/out.png\" width=\"80%\" \u003e |\n\nEach rectangle stands for:\n\n- Cyan: Matching region's bounding box.\n- Red: Different parts in the Matching region.\n- Purple: Key points region not included any matching regions.\n\n## Usage\n\n```text\n  ximgdiff [actual] [expected] [out] {OPTIONS}\n\n    Compare two images\n\n  OPTIONS:\n\n      -h, --help                        Display this help menu.\n      -v, --verbose                     Display debug logging messages.\n      actual                            Actual image path\n      expected                          Expected image path\n      out                               Output image path\n      \"--\" can be used to terminate flag options and force all following\n      arguments to be treated as positional options\n```\n\n## Install\n### Requirements\n\n- OpenCV\n- cmake\n\n### Build\n\n```sh\nmkdir build; cd build\ncmake ..\nmake install\n```\n\n## License\nMIT. See LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquramy%2Fx-img-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquramy%2Fx-img-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquramy%2Fx-img-diff/lists"}