数独
使用 OpenCV 的增强现实数独求解器。
用法
安装
pip install -r requirements.txt
主文件
usage: main.py [-h] [-f FILE] [-s] [-w] [-d]
arguments:
-h, --help show this help message and exit
-f FILE, --file FILE File path to an image of a sudoku puzzle
-s, --save Save image to specified file's current directory
-w, --webcam Use webcam to solve sudoku puzzle in real time