Rubiks_Cube_Solver
Rubiks_Cube_Solver copied to clipboard
Solve a Rubiks Cube using Python Opencv and Kociemba module
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
Scanning Different Sides of the cube
Showing the instructions on the screen to solve the cube