Tagged Questions

4
votes
3answers
149 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 …
0
votes
0answers
53 views

Audio Feature Extraction

I'm interested in learning about, and writing a system that will extract features from audio files (mp3, wav, etc) which can later be used for whatever purpose. In the future I hope to use it to …
2
votes
6answers
2k views

How do I compare two images & recognize the pattern in an image?

How do I compare two images & recognize the pattern in an image irrespective of its size and pattern size, and using .Net C#? Also, which algorithms are used for doing so from Image Processing?