Skip to content

Commit c36ec9d

Browse files
authored
Update README.md
1 parent c92c8be commit c36ec9d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

polygon_detector/README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11

2-
# Polygon detector: A powerful automated python script to detect following properties of polygon from an input image
2+
# Polygon detector: A powerful automated python script to detect various polygon from an input image.
33

4-
```type```
5-
```color```
6-
```area```
7-
```location```
4+
5+
Following listed properties are determined by the script
6+
```
7+
type
8+
color
9+
area
10+
location
11+
```
12+
_Note: Color will be classified as red or green or blue depending upon the dominant shade also note for the centroid location of each shape top left corner of the image is taken as origin._
813

914
Supported Polygons
1015
```
@@ -19,9 +24,6 @@ Supported Polygons
1924
>Circle
2025
```
2126

22-
_Note: Color will be classified as red or green or blue depending upon the dominant shade also note for the centroid location of each shape top left corner of the image is taken as origin._
23-
24-
2527
### Sample Example
2628

2729
<img src="/polygon_detector/img_guide_help/1.png" alt="slow_net_have_fast_internet_to_load_it_ok"/>

0 commit comments

Comments
 (0)