【问题标题】:How can I get the MATLAB source code of the Canny algorithm如何获取 Canny 算法的 MATLAB 源代码
【发布时间】:2012-01-23 00:52:43
【问题描述】:

如何获取Canny算法的源代码used by MATLAB,既快又准。我想要源代码,因为我想在硬件上实现它。

【问题讨论】:

标签: matlab image-processing edge-detection


【解决方案1】:

关于硬件部分的实现,我强烈建议您先咨询律师。话虽如此,调用

编辑 edge.m

从 MATLAB 获取源代码。

【讨论】:

    【解决方案2】:

    您不能总是获得 MATLAB 函数的源代码(有些可以,有些不能)。但是在 MATLAB 中快速谷歌搜索 Canny 算法会返回许多实现。例如,MathWorks 上有一个File Exchange site。这是你需要的吗?

    【讨论】:

    • 不,我知道如何实现 canny,但我需要以一种非常修改的方式,matlab 做到了,我需要 canny 算法的 matlab 源代码。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-08-10
    • 1970-01-01
    • 2011-06-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-09-28
    相关资源
    最近更新 更多