You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: polygon_detector/README.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
1
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.
3
3
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._
8
13
9
14
Supported Polygons
10
15
```
@@ -19,9 +24,6 @@ Supported Polygons
19
24
>Circle
20
25
```
21
26
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._
0 commit comments