Główne pojęcia
A robotic system that transforms digital raster images into continuous, piecewise-linear paths using the Traveling Salesman Problem (TSP) approach to create visually appealing and color-accurate pen art on a physical canvas.
Streszczenie
The authors present a multi-color robotic pen drawing system, TSP-Bot, that converts digital raster images into continuous paths that can be drawn on a physical canvas using robotic manipulators. The key steps are:
-
Color Processing: The input image is split into predefined color channels, such as CMYK, to enable reproduction using a limited color palette.
-
Stippling: A stippling algorithm is used to generate a set of points that represent the tone of the original image for each color channel.
-
TSP Solving: A Traveling Salesman Problem (TSP) solver is used to find a piecewise-continuous path that visits each stippled point exactly once for each color channel.
-
Path Optimization: The piecewise-linear TSP path is simplified and smoothed using the Ramer-Douglas-Peucker algorithm and cubic Bézier spline curves with bounded curvature to ensure smooth robot motion.
-
Robotic Curve Rendering: The optimized drawing path is mapped to the robot's configuration space using inverse kinematics to execute the drawing task.
The authors demonstrate the system's capabilities using two different robotic setups: a dual-arm manipulator with an automated pen-changing mechanism and a mobile manipulator. The results show intricate, color-accurate TSP pen art drawings created by the robotic system.
Statystyki
The drawing of Starry Night used 81,591 stippled points, took 32 seconds for stippling, 6 seconds for TSP solving, and 124 minutes for the actual drawing.
The drawing of Big Ben used 76,257 stippled points, took 34 seconds for stippling, 11 seconds for TSP solving, and 63 minutes for the drawing.
The drawing of Heart used 21,664 stippled points, took 2 seconds for stippling, 4 seconds for TSP solving, and 61 minutes for the drawing.
The drawing of Violet used 95,155 stippled points, took 35 seconds for stippling, 17 seconds for TSP solving, and 585 minutes for the drawing.
The drawing of Ewha Womans University used 154,475 stippled points, took 32 seconds for stippling, 43 seconds for TSP solving, and 662 minutes for the drawing.
Cytaty
"TSP art is an art form that reproduces an image's tonal quality with a single, continuous path by formulating the problem as a Traveling Salesman Problem (TSP)."
"Our work focuses on a robotic TSP pen art system that is supported by complex and sophisticated motions. Our goal is not to supplant human artists but rather to aid and demonstrate the potential of interdisciplinary collaboration between robotics and art."