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: 6 months ago
JSON representation

Image similarity comparison simulating human perception (multiscale SSIM-Enhanced in TypeScript & WASM).

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";
```