利用matlab自带函数快速提取二值图像的图像边缘 bwperim函数
其他提取图像边缘的方法:
利用膨胀和腐蚀提取图像边缘 matlab实现
https://blog.csdn.net/Ibelievesunshine/article/details/100554718
matlab 提取图像轮廓 (图像边缘提取)
https://blog.csdn.net/Ibelievesunshine/article/details/100184985
利用matlab写一个简单的拉普拉斯变换提取图像边缘
https://blog.csdn.net/Ibelievesunshine/article/details/88802853