TehseenHasan /
robotic-arm-pick-and-place-OpenCv-Python
This is the code for object detection and pick and place operation using a 4DoF DIY Robotic Arm.
60/100 healthLoading repository data…
Bhavana1480 / repository
for a robot to visualize the environment, along with the object detection, detection of its color in real-time is also very important. Why this is important? : Some Real-world Applications In self-driving car, to detect the traffic signals. Multiple color detection is used in some industrial robots, to performing pick-and-place task in separating different colored objects. This is an implementation of detecting multiple colors (here, only red, green and blue colors have been considered) in real-time using Python programming language. Python Libraries Used: NumPy OpenCV-Python Work Flow Description: Step 1: Input: Capture video through webcam. Step 2: Read the video stream in image frames. Step 3: Convert the imageFrame in BGR(RGB color space represented as three matrices of red, green and blue with integer values from 0 to 255) to HSV(hue-saturation-value) color space. Hue describes a color in terms of saturation , represents the amount of gray color in that color and value describes the brightness or intensity of the color. This can be represented as three matrices in the range of 0-179, 0-255 and 0-255 respectively. Step 4: Define the range of each color and create the corresponding mask. Step 5: Morphological Transform: Dilation, to remove noises from the images. Step 6: bitwise_and between the image frame and mask is performed to specificaly detect that particular color and discrad others. Step 7: Create contour for the individual colors to display the detected colored region distinguishly. Step 8: Output: Detection of the colors in real-time.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Selected from shared topics, language and repository description—not editorial ratings.
TehseenHasan /
This is the code for object detection and pick and place operation using a 4DoF DIY Robotic Arm.
60/100 healthapockill /
2015 - This is the code for my checkers playing robot arm! It uses openCV, python, and a uArm Metal with a camera attached to the end of the arm, pointing at the game board.
34/100 healthMeqdadDev /
A lightweight Python package optimized for integrating exported models from Google's Teachable Machine Platform into robotics and embedded systems environments. This streamlined version of Teachable Machine Package is specifically designed for resource-constrained devices, making it easier to deploy and use your trained models in embedded apps.
JasonZhu1313 /
This project concerned about using opencv and skimage to get the skeleton of a map generating by turtlebot, and processing the corner point of the skeleton in order to plan a route for the robot.
34/100 healthAs part of the course Vision Algorithms for Mobile Robotics at ETH Zürich, I worked in a group to implement a monocular visual odometry pipeline in Python using OpenCV's functions.
55/100 healthmd-hexdrive /
This is the Code and Documentation for the Self Driving Car for my final Project in COMP 444 Embedded/Robotic Programming at Athabasca University
39/100 health