Rubik's Cube Solver Bot (Jan '15)
- Programmed an algorithm to detect colors from each face using OpenCV and C++
- Assigned an unique integer for each color and stored each face of the cube in the form of a 3x3 matrix
- Applied contour techniques to count number of color clusters in each face
- Created a GUI track bar for dynamic color range selection in HSV profile for each color.