3D Surface Matching
2 views (last 30 days)
Show older comments
Hi.
I have some values as 3D surface in polar coordinates (theta, phi and value).
And i want to match this dataset to another dataset compare them and give a score.
For example; i have and unit sphere, (0:5:360,0:5:360,1) and i have some random valued sphere whose values are between (0,1). If some sphere has all values 1 (means that unit sphere) it gets a score of 1 and if it is so random it gets close to 0 score.
My question is, can i get the score from corrcoef(a,b)?
Is this a good idea?
How can i improve this comparison?
Is there a better comparison algorithm?
Thanks for answers.
Regards...
0 Comments
Answers (0)
See Also
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!