Bashmug / Bashmug/SuDoKu-OpenCV

to detect the sudoku

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

To get SuDoKu from an image I think we can
1. Get the largest contour of the image.
2. Get the largest bounding rectangle within the contour.
3. Compute the grid corners.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the project notebook and the image-processing entry point, then review how the input image is currently handled. Implement and verify the three stated stages—largest contour, bounding rectangle, and grid corners—using representative Sudoku images; done means the grid corners are reliably detected.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, opencv
Domain
computer-vision
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.