Skip to content

Solve a Rubiks Cube using Python Opencv and Kociemba module

License

Notifications You must be signed in to change notification settings

Viv786ek/Rubiks_Cube_Solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubiks_Cube_Solver

Solve a Rubiks Cube using Python Opencv and Kociemba module

Main Steps

 Get the countours of the cube
 check whether there are totally 9 countours or not
 get the color of each code and and their coordinates
 assign values to the faces based on the color
 then concatenate all the faces and give input to the kociemba module
 after getting solution display them in a user friendly manner so that user can understand what to do

Other details regarding the project you can understand after going through the code

I would really like to thank @VickneshB as I have taken his code as my reference and made some tweaks to it so that it will work for my use case

About

Solve a Rubiks Cube using Python Opencv and Kociemba module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%