Polygon envelope of a 3D array
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I've written the attached function to find the polygon envelope of structured data in a 3D array. It works, but is very slow for large data sets. Does anyone know of a way to make it substantially faster?
Also, it is unfortunately limited to 3D array input (the Vert/Faces) approach enforces this limit. Does anyone see a way to generalize this to ND data?
If this were fast and generalized, I think it would make a nice addition to the File Exchange...
2 commentaires
Réponses (1)
Image Analyst
le 21 Fév 2015
Any reason why you didn't just use the built in convhulln()?
4 commentaires
Voir également
Catégories
En savoir plus sur Graphics Performance dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!