Skip to content

Mirhossein-Mousavi/WorldSkill-2021-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worldskills 2021 Image Processing code

  • In one part of the competition, the robot 🤖 must be able to scan a table and understand the coordinates of colored squares 🟩 🟦.

  • This code processes the camera image and stores the coordinates and colors of the colored squares in a list

Example table :



  • This code must recognize the difference between the background color and the blocks to run. In this program, it can be detected by clicking on the background color, but this process can be automated with very minor changes.

Screenshot :

In the image below, you can see the program running