How to discretize a surface/volume in space?

6 visualizaciones (últimos 30 días)
Cole
Cole el 21 de Ag. de 2014
Comentada: Sean de Wolski el 21 de Ag. de 2014
Hi,
I have a problem that I'm trying to solve in the most efficient way. I have a series of planes in space which represent quartz veins in a mining context. In the synthetic example that I'm working on, they're approximately 5m x 5m and have a thickness of 20mm (obviously this varies as they draw from a distribution).
These "veins" exist in a larger volume called a mining domain. The mining domain is divided into 10 x 10 x 10 meter blocks. I want to solve for the volume of "vein" in each block so I can calculate the grade per block. I attempted to do this with matrix algebra but it's proving to be too difficult because of veins that lie within multiple blocks or because of veins which terminate within a block etc.
I've decided the best way to solve this problem is to hit it with a hammer. I'm going to discretize the veins into small points with a known area/volume then count the number of points in each block. There will be some error involved with this but it will be small enough to ignore for what I'm doing.
What's the most efficient way to discretize a volume in Matlab? My "veins" are defined by 4 corner points with an x,y,z location and each also has a thickness parameter. I think the best way to solve the problem would be to discretize the plane in 2D, count the points then solve for volume using the known thickness.
I'm just having trouble coding this efficiently.

Respuestas (0)

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by