https://github.com/darosh/image-ssim-js
Image structural similarity (SSIM)
https://github.com/darosh/image-ssim-js
Last synced: about 2 months ago
JSON representation
Image structural similarity (SSIM)
- Host: GitHub
- URL: https://github.com/darosh/image-ssim-js
- Owner: darosh
- License: mit
- Created: 2015-07-08T08:38:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T03:11:26.000Z (about 8 years ago)
- Last Synced: 2024-04-20T10:22:57.972Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://darosh.github.io/image-ssim-js/test/browser_test.html
- Size: 1.01 MB
- Stars: 84
- Watchers: 1
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image SSIM [](https://travis-ci.org/darosh/image-ssim-js)
Image structural similarity (SSIM). In TypeScript/JavaScript. For browser/server.
- Original TypeScript implementation: https://github.com/igor-bezkrovny/image-quantization/blob/9f62764ac047c3e53accdf1d7e4e424b0ef2fb60/src/quality/ssim.ts
- Based on Java implementation: https://github.com/rhys-e/structural-similarity
- For more information see: http://en.wikipedia.org/wiki/Structural_similarity## Demo
[test/browser_test.html](http://darosh.github.io/image-ssim-js/test/browser_test.html)
## Similar stuff
- http://www.cns.nyu.edu/lcv/ssim/
- http://www.researchgate.net/publication/270584309_Window_Size_Influence_on_SSIM_Fidelity
- http://users.eecs.northwestern.edu/~pappas/papers/brooks_tip08.pdf
- http://foulard.ece.cornell.edu/dmr58/dmr_icip2008.pdf
- https://gist.github.com/Bibimaw/8873663
- https://github.com/bytespider/ssim## Documentation
[http://darosh.github.io/image-ssim-js/doc/](http://darosh.github.io/image-ssim-js/doc/)