![]() |
【求助】matlab与图像边缘检测
给定一幅图像 用matlab进行边缘检测该怎么操作matlab??????:confused:
|
利用edge函数就可以了。
|
回复: 【求助】matlab与图像边缘检测
BW1 = edge(I,'sobel');
BW2 = edge(I,'prewitt'); BW3 = edge(I,'roberts'); BW4 = edge(I,'log'); BW5 = edge(I,'canny'); 其中 I 为所要处理的图像。 |
所有时间均为北京时间。现在的时间是 03:29。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.