3D Surface Matching
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!