Hello folks,
I've been wondering every now and then where could I find human-readable descriptions of algorithms for detecting shapes (e.g. lines) from images. Google already found
this very nice tutorial describing a couple of edge detection algorithms but I'm still missing a way to detect the geometries (this is a line, there's a rectangle, that's a circle over there, etc.) the "edge pixels" form.
I would really appreciate any pointers...