PMEAL / porespy

A set of tools for characterizing and analying 3D images of porous materials
https://porespy.org
MIT License
302 stars 98 forks source link

Use `fmm` to find perimeter of throats #426

Open jgostick opened 3 years ago

jgostick commented 3 years ago

We currently use the marching_cubes method to get more accurate surface area values. It got me thinking that throat perimeter could/should be done more accurately too.

jgostick commented 3 years ago

This is complicated and I think it can be a feature that we add to a future release, so I'm removing from this milestone