Accurate subvoxel edge location for 3D images

版本 1.0.4 (505.9 KB) 作者: Agustin Trujillo-Pino
Detection of subvoxel edges with very high precision in 3D images
36.0 次下载
更新时间 2023/9/4

查看许可证

This is the Matlab source code of the subvoxel edge detection method for 3D images, as detailed in the paper “Accurate Subvoxel Location and Characterization of Edges in 3D Images Based on the Partial Volume Effect”, (if you are interested in the code of 2D subpixel detector, go to this other link).
The main folder contains the following files:
  • subvoxelEdges is the detection method. Type help subvoxelEdges for more info
  • visEdges is the method for displaying detected edges over the image
  • subsetEdges extracts a subset of edges that fulfill condition
  • readanalyze reads images in Analyze format (.hdr)
  • example1 is an example of edge detection of a synthetic sphere
  • example2 is similar but with another synthetic objects
  • example3 detects edges on a phantom image simulating a large vessel
  • example4 detect edges on medical images of aortic regions
All the examples include parameters inside the code to play with. All the sample images are available online.
Any comment or question, please mail to agustin.trujillo@ulpgc.es

引用格式

Agustin Trujillo-Pino (2024). Accurate subvoxel edge location for 3D images (https://www.mathworks.com/matlabcentral/fileexchange/121088-accurate-subvoxel-edge-location-for-3d-images), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

Link to the paper updated

1.0.3

Corrected link to the paper

1.0.2

Updated link to the preview of the original paper

1.0.1

Added link to the source code of 2D subpixel detector

1.0.0