skeleton.m
来自「获取对象骨架的方法」· M 代码 · 共 8 行
M
8 行
%SKELETON produces skeletons of binary images
%
% [skg,rad] = skelgrad(img) computes the skeleton for a binary image, and
% also the local radius at each point.
disp('Compiling... (You may need to execute ''mex -setup'' first.)');
mex 'G:\Projects\Matlab\skeleton.cpp'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?