I have some simple shapes which shapes are not necessarily regular.
I need an algorithm to find their corners, actually i want to summarize their points to minimum, to saving them in dxf format and I have their points location in array. Simple algorithms like harris or surf do not find proper points and return too much points as result. Can u please help me to solve this problem by algorithm or idea or code? (in c, c#,java ,...) or image processing thanks in advance.