Skip to content

Hand Detection and Finger Counting + Sudoku Solver.

Notifications You must be signed in to change notification settings

Shivam06/OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

OpenCV

PROJECTS :

  1. Hand detection and Fingers counting
  2. Contents :


  3. Sudoku Solver
  4. Contents :

    • imageProc.py Script to segement the image of sudoku square from original image "Original_image.jpg"
    • imageToData.py Script to prompt user to mark correct labels (1-9) for numbers shown in image. (Creation of training data and test data) "numbers2.png" and "numbers.png" and storing the feature vectors of all the numbers (feature matrix) shown in the image in 2 text files, one for training set and other for test set.
    • miscellaneous sudoku.py Module contains function for digit recognition which has been used in sudoku_main.py.
    • sudoku_main.py - Main Script of project to take an image of sudoku and solve it.
    • "solveSudoku2.py"uses Backtracking algorith to solve the sudoku once digits have been recognized, taken as a string of digits.

Youtube Link: https://www.youtube.com/playlist?list=PLjh-ygPf_o6m9pJ-vQlTBeSuM2EAWnRgx

About

Hand Detection and Finger Counting + Sudoku Solver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages