Page 1 of 1

Basic shape/symmetry recognition.

Posted: Fri Jul 22, 2011 12:05 am
by kraftman
I'm interested in learning the basics of simple shape/symmetry recognition algorithms, I was wondering if anyone has experience or knows some good resources?
Among other things, i want to be able to work out how pointy an object in an image is. I'm guessing I could look at how many neighboring pixels each pixel has and then look for pixels with the fewest, but i figured other people have properly developed tried and tested methods which would be much better than my own.