3D Volume Interpolation with ba_interp3: Fast interp3 replacement

버전 1.0.0.0 (392 KB) 작성자: Brian
Faster Replacement for interp3
다운로드 수: 4.1K
업데이트 날짜: 2008/10/9

라이선스 없음

ba_interp3 is a fast interpolation routine for 3D volumes. It can be used as a drop in replacement for matlabs interp3 function. It supports nearest neighbour, tri-linear, and tri-cubic interpolation.

Restrictions: The only restriction is, that the data has to be on a regularly spaced grid (i.e. coming from meshgrid.

Enhancements: The first advantage of ba_interp3 is that it is a lot faster.
ba_interp3 is up to 10 times faster than matlabs interp3 in realistic scenarios

Additionally, it can interpolate layered data. If you interpolate a matrix of size MxNxO x L1xL2x...xLk then each of the L1*L2*...*Lk layers is interpolated simultaneously. Think of this as in RGB images, where there would be a single additional dimension of size three.
An volume of 3x3 Matrices (i.e. the volume derivative) would have two additional dimensions of size three.

인용 양식

Brian (2024). 3D Volume Interpolation with ba_interp3: Fast interp3 replacement (https://www.mathworks.com/matlabcentral/fileexchange/21702-3d-volume-interpolation-with-ba_interp3-fast-interp3-replacement), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Bugfix to Documentation

1.0.0.0