3D Euclidean Distance Transform for Variable Data Aspect Ratio
by Yuriy Mishchenko
29 Jun 2007
(Updated 10 Jul 2007)
Implementation of 3D Euclidean distance transform for data with non-trivial aspect ratio.
|
Watch this File
|
| File Information |
| Description |
This function computes Euclidean distance transform for 3D binary image with non-trivial aspect ratio (i.e. anisotropic pixels). The algorithm uses fast optimized line-scans and is actually faster than MATLAB's BWDIST implementation of search on optimized kd-tree for many cases. It also uses cell-array representation for internal data, and thus is less demanding to physical memory. |
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 07 Jan 2008 |
ivan scardanzan
|
|
|
| 19 Jun 2008 |
Jeremy Kress
|
|
|
| 17 Oct 2008 |
Kishore Kuchibhotla
|
|
|
| 06 Jul 2010 |
Oliver Woodford
|
|
|
| 02 Nov 2011 |
tudor dima
|
|
|
| 14 Dec 2011 |
leila
|
|
|
| Updates |
| 10 Jul 2007 |
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. |
|
Contact us at files@mathworks.com