Image Sudoku Solver on Browser

バージョン 1.0.0 (48.5 MB) 作成者: michio
Having a hard time solving Sudoku? Take a picture of your sudoku from your mobile (or webcam) to get the solution.
ダウンロード: 52
更新 2021/12/18

Webcam Sudoku Solver

Copyright (c) 2021 Michio Inoue

The sudoku on webcam image is recognized by classic image processing techniques and each digit is recognized by a simple CNN. The solution of the sudoku is overlayed on the original image and displayed on the web page.

日本語の解説はこちら

Products used in development

  • MATLAB R2021b
  • Image Processing Toolbox
  • Deep Learning Toolbox
  • MATLAB Coder

MATLAB's Sudoku solver is implemented as a form of WebAssembly, through "Generate JavaScript Using MATLAB Coder" version 2.0.2 by Geoff McVittie. The tool allows you to create JavaScript/WebAssembly libraries from MATLAB projects using MATLAB Coder.

You can find the tool here: https://jp.mathworks.com/matlabcentral/fileexchange/69973-generate-javascript-using-matlab-coder

Training CNN

The details can be find here model/trainCNN/trainCNNtoClassifyDigits.mlx

引用

michio (2024). Image Sudoku Solver on Browser (https://github.com/minoue-xx/Sudoku-Solver-via-Wasm/releases/tag/v1.0.0), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2021b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
謝辞

ヒントを得たファイル: GenerateJavaScriptUsingMATLABCoder, Video Sudoku Solver

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。