Pattern Comparison
Afficher commentaires plus anciens
Hi
I have two patterns:
https://picasaweb.google.com/105273225475657516590/ChladniResearch?authuser=0&authkey=Gv1sRgCKf1y864xZKPtgE&feat=directlink
How can I compare the patterns' similarity- mathematically Something like... Pattern 2 is 60% 'like' Pattern 1 [Base] ~~
Can anybody suggest me a matlab script todo so
Thanks in advance P.S. I am also new to matlab
Réponses (1)
Image Analyst
le 16 Juil 2011
0 votes
You might want to look at spatial statistics ( http://en.wikipedia.org/wiki/Spatial_analysis) or optical flow ( http://www.csd.uwo.ca/faculty/barron/)if you're trying to quantify those orange dots and how they change position and clustering or randomness. Chapter 15 of Brian Ripley's ( http://www.stats.ox.ac.uk/~ripley/ ) on "Modern Applied Statistics with S" has a chapter on spatial stats. One common way is to count the number of neighbors within a circle of a given radius.
3 commentaires
Mohit
le 17 Juil 2011
Image Analyst
le 17 Juil 2011
No, I haven't used optical flow yet for any of my projects. Correlation won't give you good results if you have discrete objects that are changing location. You can go here http://iris.usc.edu/Vision-Notes/bibliography/contents.html for further research on other methods.
Mohit
le 17 Juil 2011
Catégories
En savoir plus sur Pattern Recognition dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!