3D Euclidean Distance Transform for Variable Data Aspect Ratio
Implementation of 3D Euclidean distance transform for data with non-trivial aspect ratio.
이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
인용 양식
Yuriy Mishchenko (2026). 3D Euclidean Distance Transform for Variable Data Aspect Ratio (https://kr.mathworks.com/matlabcentral/fileexchange/15455-3d-euclidean-distance-transform-for-variable-data-aspect-ratio), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.8.0 | Added citation information as many people had requested. |
||
| 1.7.0 | Replaces bwdistsc with the earlier introduced experimental bwdistX, which uses forward-backward version of algorithm, improving speed up to 10x vs native bwdist |
||
| 1.6.0 | Adds experimental bwdistX for user testing, which uses forward-backward version of algorithm and is up to 10x faster than native bwdist |
||
| 1.3.0 | Included bwdistsc1 that allows restricting calculations out to a certain distance, which may accelerate calculations in some cases, see readme. Also contains a fix for Matlab version detection routine, thanks to Tudor Dima. |
||
| 1.0.0 | The code had been improved to better handle certain type of problems (cavities). It also contains fix allowing use of function with plain 2D images. |