Skip to content

Commit a7079d6

Browse files
authored
Update README.md
1 parent 0e71a80 commit a7079d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/shape-detection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ A Python Script to detect shapes,shapes area, color,centroid from images.
55
## How to execute this Script
66

77
+ Run `pip install opencv-python` to install the required packages.
8-
+Add the image to same folder with the name img.png
8+
+ Add the image to same folder with the name img.png
99
+ Run the script using `python3 Shape_Detection.py`
10-
the script will printout shapes area color centroid
10+
+ The script will printout shapes area color centroid
1111

1212

0 commit comments

Comments
 (0)