End Points from 3D Logical Skeleton

A function to calculate end points from 3D image a skeletonized structure
74.0 次下载
更新时间 2018/6/3

查看许可证

This is a function that takes in a 3D skeletonized logical image of size MxNxP and prodcues a logical image containing location of end points. I was motivated by the lack of a 3D lookup table (LUT) or bwlookup within MATLAB. This function is ideal for deducing endpoints in vasculature or pipes.
This uses the same input as my other file branchpoints3 and can be called by EP = endpoints3(skel), where EP is the logical image output containing all end points and skel is the logical skeletonized 3D image.

引用格式

Siddhartha Dhiman (2025). End Points from 3D Logical Skeleton (https://www.mathworks.com/matlabcentral/fileexchange/67601-end-points-from-3d-logical-skeleton), MATLAB Central File Exchange. 检索时间: .

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

Community Treasure Hunt

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

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

Added file image

1.0.0.0