在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):phi-max/skel2graph3d-matlab开源软件地址(OpenSource Url):https://github.com/phi-max/skel2graph3d-matlab开源编程语言(OpenSource Language):MATLAB 100.0%开源软件介绍(OpenSource Introduction):skel2graph3d: calculate the network graph of a 3D skeletonThis function converts a 3D binary voxel skeleton into a network graph described by nodes and edges. The input is a 3D binary image containing a one-dimensional voxel skeleton, generated e.g. using the "Skeleton3D" thinning function available on MFEX. The output is the adjacency matrix of the graph, and the nodes and links of the network as MATLAB structure. Usage:
where "skel" is the input 3D binary image, and "THR" is a threshold for the minimum length of branches, to filter out skeletonization artifacts. A is the adjacency matrix with the length of the links as matrix entries, and node/link are the structures describing node and link properties. A node has the following properties:
A link has the following properties:
A second function, "Graph2Skel3D.m", converts the network graph back into a cleaned-up voxel skeleton image. An example of how to use these functions is given in the script "Test_Skel2Graph3D.m", including a test image. In this example, it is also demonstrated how to iteratively combine both conversion functions in order to obtain a completely cleaned skeleton graph. Any comments, corrections or suggestions are highly welcome. If you include this in your own work, please cite our publicaton [1]. Philip Kollmannsberger 09/2013, 01/2016 [email protected] [1] Kollmannsberger, Kerschnitzki et al., "The small world of osteocytes: connectomics of the lacuno-canalicular network in bone." New Journal of Physics 19:073019, 2017. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论