https://github.com/kingcc/ssime
Image similarity comparison simulating human perception (multiscale SSIM-Enhanced in TypeScript & WASM).
https://github.com/kingcc/ssime
deno image nodejs similarity ssim typescript webassembly
Last synced: 6 months ago
JSON representation
Image similarity comparison simulating human perception (multiscale SSIM-Enhanced in TypeScript & WASM).
- Host: GitHub
- URL: https://github.com/kingcc/ssime
- Owner: kingcc
- License: agpl-3.0
- Created: 2024-07-29T03:55:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T04:20:45.000Z (about 1 year ago)
- Last Synced: 2025-04-10T23:13:54.145Z (6 months ago)
- Topics: deno, image, nodejs, similarity, ssim, typescript, webassembly
- Language: JavaScript
- Homepage: https://deno.land/x/ssime
- Size: 309 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Image Similarity (WASM SSIM-Enhanced)
===Image similarity comparison simulating human perception (multiscale SSIM-Enhanced in TypeScript & WASM).
This project is a TypeScript & WASM port of [dssim](https://github.com/kornelski/dssim) by [kornelski](https://github.com/kornelski). more details can be found in the [original repo](https://github.com/kornelski/dssim).
### Usage
```shell
$ deno run --allow-all src/image_similarity.ts
```For library usage:
```ts
import { compare } from "https://deno.land/x/ssime@1.0.0/pkg/image_similarity.js";
```