how to compute interior angles of hexagon shape in python openCV
12:34 23 Sep 2018

I have detected the shape of hexagon in Python using OpenCV. I just want to compute its interior angle -- shape is detected by using contour technique and approximation ..

hexagon

python opencv computer-vision shape-recognition