Tagged Questions

6
votes
3answers
447 views

computer vision: extracting info about a shape given a contour (e.g. pointy, round…)

Given the 2D contour of a shape in the form of lines and vertices, how can I Extract Information from that? like: Pointy, round, straight line. Shape similarities with a given shape. Code is not ...