All Projects → ColinEberhardt → Wasm Sudoku Solver

ColinEberhardt / Wasm Sudoku Solver

a WebAssembly-powered AR sudoku solver

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wasm Sudoku Solver

Imageprocessingprojects
Image processing using python and opencv
Stars: ✭ 205 (-14.94%)
Mutual labels:  opencv
Face recognition py
基于OpenCV的视频人脸识别
Stars: ✭ 215 (-10.79%)
Mutual labels:  opencv
Photobooth
A flexible photobooth software
Stars: ✭ 227 (-5.81%)
Mutual labels:  opencv
Aveditor
这是一款短视频编辑 SDK,仿 DouYin 音视频处理。功能包含有美颜、滤镜、贴纸、特效、录制、分段录制、速率录制、变声、配乐、rtmp 直播推流、图片转视频、剪辑,mp4/flv 格式封装等功能。动态库用的我另一个项目编译好的 https://github.com/yangkun19921001/AVFFmpegLib
Stars: ✭ 209 (-13.28%)
Mutual labels:  opencv
Handmovementtracking
Stars: ✭ 213 (-11.62%)
Mutual labels:  opencv
Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (-8.3%)
Mutual labels:  opencv
Localexpstereo
Continuous 3D Label Stereo Matching using Local Expansion Moves (TPAMI 2018)
Stars: ✭ 205 (-14.94%)
Mutual labels:  opencv
Deeppicar
Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
Stars: ✭ 242 (+0.41%)
Mutual labels:  opencv
Develop Source
Open source for developer.(开发资源整理:Java,Android,算法,iOS,MacOS等等)
Stars: ✭ 219 (-9.13%)
Mutual labels:  opencv
Deeplearning cv notes
📓 deepleaning and cv notes.
Stars: ✭ 223 (-7.47%)
Mutual labels:  opencv
Python vlpr
毕业设计基于Opencv的车牌识别系统
Stars: ✭ 209 (-13.28%)
Mutual labels:  opencv
Opencv Document Scanner
An interactive document scanner built in Python using OpenCV featuring automatic corner detection, image sharpening, and color thresholding.
Stars: ✭ 213 (-11.62%)
Mutual labels:  opencv
Superpixels Revisited
Library containing 7 state-of-the-art superpixel algorithms with a total of 9 implementations used for evaluation purposes in [1] utilizing an extended version of the Berkeley Segmentation Benchmark.
Stars: ✭ 222 (-7.88%)
Mutual labels:  opencv
Sharingan
Tool to extract news articles from newspaper and give the context about the news
Stars: ✭ 208 (-13.69%)
Mutual labels:  opencv
Blindwatermark
Java 盲水印
Stars: ✭ 239 (-0.83%)
Mutual labels:  opencv
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+6283.82%)
Mutual labels:  opencv
Jetson easy
🔩 Automatically script to setup and configure your NVIDIA Jetson [Nano, Xavier, TX2i, TX2, TX1, TK1] . This script run different modules to update, fix and patch the kernel, install ROS and other...
Stars: ✭ 219 (-9.13%)
Mutual labels:  opencv
Mozart
An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.
Stars: ✭ 241 (+0%)
Mutual labels:  opencv
Video Stream Analytics
Stars: ✭ 240 (-0.41%)
Mutual labels:  opencv
Thug Memes
Command line Thug Meme generator written in Python
Stars: ✭ 224 (-7.05%)
Mutual labels:  opencv

WebAssembly Powered Augmented Reality Sudoku Solver

You can find a brief tutorial that describes this project on my blog.

This project makes use of the WebAssembly build of OpenCV (a C++ computer vision library), Tensorflow (a machine learning library) and a solver written in Rust. It neatly demonstrates how WebAssembly allows you to write performance-critical web-based applications in a wide range of languages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].