资源简介

matlab进行图像处理,对图像提取中心线与轮廓,还有二值化等

资源截图

代码片段和文件信息

clear;clc;close all;
BW1=imread(‘simulate.jpg‘);
BW1=rgb2gray(BW1);
BW1=roicolor(BW1070);
BW1=imcomplement(BW1);
BW2 = bwmorph(BW1‘remove‘); %提取边缘
BW2=imcomplement(BW2);
imshow(BW2)


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         199  2012-05-11 10:05  bianyuantiqu.m
     文件         527  2012-05-13 22:27  zhongxinxian.m

评论

共有 条评论