MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   资料存档 (https://www.labfans.com/bbs/forumdisplay.php?f=72)
-   -   在MATLAB中是否有图像处理函数来获取二进制图像的骨架 (https://www.labfans.com/bbs/showthread.php?t=23455)

poster 2019-12-10 20:41

在MATLAB中是否有图像处理函数来获取二进制图像的骨架
 
骨架化的目的是代表具有最少像素集的二进制图像。骨架必须考虑形式的几何属性并保持关联关系。

我的问题是如何从二进制图像中获取骨架?



[B]回答:[/B]

一种方法是使用[URL="http://www.mathworks.com/help/toolbox/images/ref/bwmorph.html"]BWMORPH[/URL] 。

%# assume your binary image is called binImg skeleton = bwmorph(binImg,'skel',inf);

[url=https://stackoverflow.com/questions/2875870]更多&回答...[/url]


所有时间均为北京时间。现在的时间是 01:05

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.