A Python Script to detect shapes,shapes area, color,centroid from images.
- Run
pip install opencv-pythonto 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

