Skip to content

abdulkadirdere/sudoku_dip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SUDOKU PUZZLE Image Processing

Objective

To detect numbers within a given Sudoku Puzzle image using image processing techniques and output the results as a 2D array to be consumed by a Sudoku puzzle solver. Output should be a text (matrix format) and written to a CSV and XLS file.

Run

  • Navigate to src folder
  • Open sudoku.m in Matlab
  • Click Run and results will start populating

Optional: Change the input file name to any of the Sudoku puzzles that can be found in the data folder, to test the solution with different Sudoku puzzles.

Results

Results are saved as CSV and XLS files in the output folder. Heatmap image has been saved for comparison purposes with the original Sudoku puzzle image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages