Select area inside isosurface
显示 更早的评论
Hi everyone,
I’ll try my best to explain my problem... I've a 3-dimensional dataset and I want to select some areas according to the their density. To obtain this I’ve divided my whole data-space in a grid 100x100x100 (that correspond to a matrix) and I’ve counted the number of points that are present in each cell. With this matrix it is easy to evaluate isosurfaces using the function 'isosurface'. What I would like to do now is selecting all the cells contained inside the isosurface I’ve calculated, but I’m not able to do it.. I cannot handle easily the output of the isosurface function...do anyone know how to do it? is there one different function I could use to achieve my goal? Besides, if you have suggestions on how to solve my problem with a completely different approach I would be grateful If you explain it :)
Thanks in advance to anyone answering
1 个评论
Sean de Wolski
2012-5-21
So you have a 100x100x100 array that contains values. You take the isosurface. You then wish to know the voxels enclosed by this isosurface. Is this correct?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Scalar Volume Data 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!