{"id":18074141,"url":"https://github.com/bytespider/ssim","last_synced_at":"2025-07-04T23:06:55.179Z","repository":{"id":13716168,"uuid":"16410230","full_name":"bytespider/ssim","owner":"bytespider","description":"The structural similarity (SSIM) index is a method for measuring the similarity between two images.  http://en.wikipedia.org/wiki/Structural_similarity","archived":false,"fork":false,"pushed_at":"2021-02-04T08:44:23.000Z","size":2,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T08:51:08.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/bytespider.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}},"created_at":"2014-01-31T14:33:12.000Z","updated_at":"2024-07-11T22:10:52.000Z","dependencies_parsed_at":"2022-07-21T16:54:56.107Z","dependency_job_id":null,"html_url":"https://github.com/bytespider/ssim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bytespider/ssim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2Fssim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2Fssim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2Fssim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2Fssim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytespider","download_url":"https://codeload.github.com/bytespider/ssim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2Fssim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263632060,"owners_count":23491530,"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":"2024-10-31T10:11:23.598Z","updated_at":"2025-07-04T23:06:55.133Z","avatar_url":"https://github.com/bytespider.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssim\n\nhttp://en.wikipedia.org/wiki/Structural_similarity\n\nThe structural similarity (SSIM) index is a method for measuring the similarity between two images. The SSIM index is a \nfull reference metric; in other words, the measuring of image quality based on an initial uncompressed or distortion-free \nimage as reference. SSIM is designed to improve on traditional methods like peak signal-to-noise ratio (PSNR) and mean \nsquared error (MSE), which have proven to be inconsistent with human eye perception.\n\n\n# example\n\n```\nvar ssim = require('ssim');\nvar result = ssim(image1, image2);\n\n// for better performance it maybe better to operate on windows of image data then average the results.\n```\n\n# license\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytespider%2Fssim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytespider%2Fssim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytespider%2Fssim/lists"}