Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alarsyo/speedy-parrot
- Owner: alarsyo
- Created: 2021-02-14T23:35:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T21:14:44.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T11:42:57.939Z (4 days ago)
- Topics: image-processing, markov-random-field, rust, wasm
- Language: Rust
- Homepage: https://speedy-parrot.alarsyo.net
- Size: 173 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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).