Skip to content

Commit c92c8be

Browse files
authored
Create README.md
1 parent bea6229 commit c92c8be

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

polygon_detector/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
# 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._
23+
24+
25+
### Sample Example
26+
27+
<img src="/polygon_detector/img_guide_help/1.png" alt="slow_net_have_fast_internet_to_load_it_ok"/>
28+
29+
# *******
30+
31+
<img src="/polygon_detector/img_guide_help/2.png" alt="slow_net_have_fast_internet_to_load_it_ok"/>
32+
33+

0 commit comments

Comments
 (0)