How to find elements of a 3d matrix inside a volume
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all, Does anyone has any idea how can I find the elements of a 3d matrix located inside a volume defined by boundary faces? any comment is appreciated,
0 Kommentare
Antworten (2)
Sean de Wolski
am 10 Apr. 2013
Bearbeitet: Sean de Wolski
am 19 Sep. 2013
Hi Ashli,
This utility will "voxelise" your mesh. Then you can use that image as a logical index into your 3d image:
Also, on the off chance that all of your objects are convex, then there is an approach to this with vert2con() on the FEX that will quickly allow you to identify whether a voxel is inside the vertices.
More
0 Kommentare
Johannes Korsawe
am 19 Sep. 2013
If your volume is tesselated with triangles and watertight, you might be able to use intriangulation from the FEX.
Regards, Johannes
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!