Hi,
How can I detect a crescent shape? I have a binary image where the crescent is in white and the rest is black. There could be some noise and other shape in the image too. I tried with Hough circle but since it's not a complete circle, it detect other circle from the noise instead of the one in the crescent.
I was thinking about using shape comparison with contour but since a crescent is a complex polygon, I'm not sure it will work.
Any ideas on how to approach this problem?