Hi, Im relatively new to opencv and would like to ask if anyone knows of an approach to solve the following question.
My main objective is to identify the 2d shapes of an object. They are all geometric shapes that vary in size. I had tried using hough circle, corner detection and approxpolydp to identify the shape but was not able to obtain a good result for complicated shapes such as the ones below.
Modified rectangle: C:\fakepath\shape_9.png Heart: C:\fakepath\shape_14.png Bone: C:\fakepath\shape_15.png
Any pointer will be much appreciate. :)