Isosurface evaluation without introducing any smoothing
Mostra commenti meno recenti
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
Risposte (2)
Sean de Wolski
il 16 Lug 2012
0 voti
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
il 16 Lug 2012
0 voti
2 Commenti
Sean de Wolski
il 16 Lug 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
il 17 Lug 2012
Categorie
Scopri di più su Surface and Mesh Plots in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!