Algorithm Development for Controlling Movement of a Robotic Platform by Digital Image Processing
Benjamin Andres Huerfano Zapata, Humberto Numpaque Lopez, Cindy, Lorena Diaz Murillo

TL;DR
This paper presents an algorithm that uses digital image processing to control a mobile robotic platform's movement by identifying the platform and obstacles through color segmentation, enabling autonomous navigation.
Contribution
The work introduces a C-based algorithm utilizing OpenCV for real-time image processing and control of a robotic platform with calibrated camera parameters.
Findings
Successful identification of the robot and obstacles using RGB color segmentation
Effective control of robot movement based on image analysis
Real-time processing achieved with OpenCV and C programming
Abstract
The following work shows an algorithm that can process images digitally with the goal of control the movement of a mobile robotic platform in a certain environment. The platform is identified with a specific color, and displacement environment of the platform shift has identified obstacles with different colors, for both cases it worked with the RGB color scale. To obtain the control's movement of the robotic platform, the algorithm was developed in C programming language, and used the Open CV libraries for processing images captured by a video camera on the Dev-platform C + +. The video camera was previously calibrated using ZHANG technique where parameters were obtained focal length and tilt focal pixel. In the algorithm histogram analysis and segmentation of the image were developed, allowing to determine exactly the relative position of the platform with respect to the obstacles and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Modular Robots and Swarm Intelligence · Engineering Technology and Methodologies
