Vefak Murat Akman
It takes the image from local path and go through shape detection phase:
- Do image preprocessing
- Find Contours
- Use Ramer–Douglas–Peucker to reduce number of points.
- Generate lines from points.
- Find angles between them.
- Coloring contours by angle value.
Important Note OpenCV Library Version must be 3.4.3
Original Image
Resulting Image