Skip to content

Commit 00fb5fa

Browse files
authored
Update README.md
1 parent 323333a commit 00fb5fa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Python/shape-detection/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1+
# Description
2+
3+
A Python Script to detect shapes,shapes area, color,centroid from images.
4+
5+
## How to execute this Script
6+
7+
+ Run `pip install opencv-python` to install the required packages.
8+
*Add the image to same folder with the name img.png*
9+
+ Run the script using `python3 Shape_Detection.py`
10+
the script will printout shapes area color centroid
11+
112

0 commit comments

Comments
 (0)