Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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