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
# Polygon detector: A powerful automated python script to detect following properties of polygon from an input image
3
+
4
+
```type```
5
+
```color```
6
+
```area```
7
+
```location```
8
+
9
+
Supported Polygons
10
+
```
11
+
>Triangle
12
+
>Quadilaterals
13
+
> Square
14
+
> Rhombus
15
+
> Trapezium
16
+
> Parllelogram
17
+
>Pentagon
18
+
>Hexagon
19
+
>Circle
20
+
```
21
+
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