Detect colour and shape using python openCV

Hello Guys, my recently participant in eyantra Compitition. And we Successfully completed 1st task. Now we have to do 2nd task base on image processing. We have to detect Shape , colure, lines of object in the maze. They give us different test cases if anyone know coding part or which function we have to used plz help us.
This is sample Image

1 Like

Which programing language are using for image processing? Is it python??

Yes it’s python open CV

You have to use multiple methods in cv2 module to get it done. You can simply get started by following the below link. First go through the link, then start implementing initial version of your code. If its not working as expected then post the same code here, we will figure it out.

2 Likes