Update:
The approach shown in this post: Detect semi-circle in opencv does not work in my case.
I appended the results.
Original:
I am using OpenCV to detect a semi-circle like shape. My idea is to find contours first and do some analysis later. Then I got stuck here. What are the rules to check whether the contour is a semi-circle shape?
Or maybe I should try matchShapes? Or feature detection which I think is a little overweight for such a task.
Any suggestion is greatly appreciated!
Thanks Deryk