Pattern Comparison
5 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
Image Analyst
on 16 Jul 2011
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 Comments
Image Analyst
on 17 Jul 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.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!