Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Description

A Python Script to detect shapes,shapes area, color,centroid from images.

How to execute this Script

  • Run pip install opencv-python to install the required packages.
  • Add the image to same folder with the name img.jpeg
  • Run the script using python3 circle.py
  • The script will printout circle radius centre coordinates as well as image with same

example

INPUT

OUTPUT