Extended version of griddata3

版本 1.1.0.0 (4.9 KB) 作者: Alper Yaman
To get grid data of multiple 3D volumes.
1.0K 次下载
更新时间 2009/9/30

查看许可证

The time consuming part of griddata3 function is delaunay tessellation. If there are multiple volumes having the same scattered coordinates, griddata3ev (ev: extended version) func makes tessellation once and apply it to all volumes.
If the volumes are too large, griddata3ev function gives memory error as griddata3 does. To get rid of such errors, griddata3evs can be used. It divides the whole volume to sub volumes, apply each of them griddata3ev, saves the results then merges them.
This code is developed at BUMIL (Bogazici University Medical Imaging Lab) in Istanbul, Turkey.

引用格式

Alper Yaman (2024). Extended version of griddata3 (https://www.mathworks.com/matlabcentral/fileexchange/25451-extended-version-of-griddata3), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Point Cloud Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

changing file format to zip

1.0.0.0