Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T04:20:45.000Z (4 months ago)
- Last Synced: 2024-09-30T18:40:54.705Z (about 2 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/[email protected]/pkg/image_similarity.js";
```