自适应CANNY边缘检测算法的matlab代码

求自适应CANNY边缘检测算法的matlab代码!
有的请留言非常感谢!!!

第1个回答  2014-02-18
那你要什么的?
第2个回答  2014-02-17
matlab里有canny算子的算法,已经写好,请参考edge函数追问

那个是自动阈值的啊

追答

你仔细的看看那个函数吧。可以指定阈值的。
BW = EDGE(I,'prewitt',THRESH) specifies the sensitivity threshold for
the Prewitt method. EDGE ignores all edges that are not stronger than
THRESH. If you do not specify THRESH, or if THRESH is empty ([]),
EDGE chooses the value automatically.

本回答被提问者采纳
相似回答