Skip to content

Commit d984f38

Browse files
authored
Update README.md
1 parent 6eacb82 commit d984f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/shape-detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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`
1010
+ The script will printout shapes area color centroid
1111

0 commit comments

Comments
 (0)