Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alarsyo/speedy-parrot

WASM demo of Markov random fields for image processing
https://github.com/alarsyo/speedy-parrot

image-processing markov-random-field rust wasm

Last synced: 1 day ago
JSON representation

WASM demo of Markov random fields for image processing

Awesome Lists containing this project

README

        

#+title: Speedy Parrot

Playing with WASM and Markov random fields for image processing. Specifically, a
black and white only filter (no shades of gray).

The WASM/JS glue is heavily inspired by [[https://github.com/silvia-odwyer/photon][photon-rs]]'s examples, which were a huge
help.

Live demo available here: https://speedy-parrot.alarsyo.net

Processes reasonably large images in a few seconds each!

** License

This code is distributed under the terms of both the MIT license and the Apache
License (Version 2.0).