4 research outputs found

    Design and development of a delta robot system to classify objects using image processing

    Get PDF
    In this paper, a delta robot is designed to grasp objects in an automatic sorting system. The system consists of a delta robot arm for grasping objects, a belt conveyor for transmitting objects, a camera mounted above the conveyor to capture images of objects, and a computer for processing images to classify objects. The delta robot is driven by three direct current (DC) servo motors. The controller is implemented by an Arduino board and Raspberry Pi 4 computer. The Arduino is programmed to provide rotation to each corresponding motor. The Raspberry Pi 4 computer is used to process images of objects to classify objects according to their color. An image processing algorithm is developed to classify objects by color. The blue, green, red (BGR) image of objects is converted to HSV color space and then different thresholds are applied to recognize the object’s color. The robot grasps objects and put them in the correct position according to information received from Raspberry. Experimental results show that the accuracy when classifying red and yellow objects is 100%, and for green objects is 97.5%. The system takes an average of 1.8 s to sort an object

    Support vector machine-based object classification for robot arm system

    Get PDF
    In this paper, a support vector machine (SVM) model is trained to classify objects in the automatic sorting system using a robot arm. The robot arm is used to grab objects and move them to the right position according to their shape predicted by the SVM model. The position of objects in the image is identified by using the contouring technique. The centroid of objects is calculated from the image moment of the object's contour. The calibration is conducted to get the parameters of the camera and combine with the pinhole camera model to compute the 3D position of the objects. The feature vector for SVM training is the zone feature and the SVM kernel is the Gaussian kernel. In the experiment, the SVM model is used to classify four objects with different shapes. The results show that the accuracy of the SVM classifier is 99.72%, 99.4%, 99.4% and 99.88% for four objects, respectively

    Development of Multi-Robotic Arm System for Sorting System Using Computer Vision

    Get PDF
    This paper develops a multi-robotic arm system and a stereo vision system to sort objects in the right position according to size and shape attributes. The robotic arm system consists of one master and three slave robots associated with three conveyor belts. Each robotic arm is controlled by a robot controller based on a microcontroller. A master controller is used for the vision system and communicating with slave robotic arms using the Modbus RTU protocol through an RS485 serial interface. The stereo vision system is built to determine the 3D coordinates of the object. Instead of rebuilding the entire disparity map, which is computationally expensive, the centroids of the objects in the two images are calculated to determine the depth value. After that, we can calculate the 3D coordinates of the object by using the formula of the pinhole camera model. Objects are picked up and placed on a conveyor branch according to their shape. The conveyor transports the object to the location of the slave robot. Based on the size attribute that the slave robot receives from the master, the object is picked and placed in the right position. Experiment results reveal the effectiveness of the system. The system can be used in industrial processes to reduce the required time and improve the performance of the production line
    corecore