Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 692 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 692 Bytes

Solve-Jigsaw-puzzle

This repository uses OpenCV for image binarization, contour extraction, and the G-operation proposed by Gallus for finding the global curvature of a continuous curve to recognize the unevenness of a jigsaw puzzle. From the unevenness information of each of its pieces, the jigsaw puzzle is solved by depth-first search(nichi.py).

pic_01 pic_02

Then, from the obtained solution of the jigsaw puzzle, the jigsaw puzzle is transported by a horizontal articulated robot arm using inverse kinematics calculation and servo motor control by rosserial and Arduino. pic_03