Isosurface evaluation without introducing any smoothing
Afficher commentaires plus anciens
Hi to everybody,
I've noticed with some simple tutorial example that the isosurface function introduces some kind of smoothing in my matrix before starting the calculation of the isosurface. For my purposes this is very problematic, I rather prefer to see a surface divided in several disconnected pieces than a compact and smooth one. Is there one different algorithm that evaluates isosurfaces without introducing any kind of smoothing? Do anyone knows how may i solve my problem?
Thanks in advance to anyone answering,
Fabio
Réponses (2)
Sean de Wolski
le 16 Juil 2012
0 votes
An isosurface has to interpolate by nature in order to calculate triangles.
What are you trying to do? You might be able to call patch directly if you are just looking for a visualization.
Fabio
le 16 Juil 2012
0 votes
2 commentaires
Sean de Wolski
le 16 Juil 2012
Then perhaps the simplest method would be to come up with a better "isovalue" development algorithm. I.e. rather than fighting with isosurface work on making the values of your 3d matrix more distinct so that the isovalue threshold has more meaning...
Fabio
le 17 Juil 2012
Catégories
En savoir plus sur Surface and Mesh Plots dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!