文件名称:matlab门限分割源代码-edge_eval_python:edgeeval的python实现
文件大小:4.65MB
文件格式:ZIP
更新时间:2024-06-23 15:42:05
系统开源
matlab门限分割源代码边缘评估 Python 的 Python 实现。 代码的逻辑与原始 MATLAB 实现的逻辑几乎相同(请参阅 参考资料)。 要求 Python3 麻木 Scipy >= 1.6.0 加++ Matplotlib 安装 1. 克隆仓库 git clone https://github.com/Walstruzz/edge_eval_python.git cd edge_eval_python 2.编译cxx库 此文件夹中的大部分代码都是从 . 其实Scipy中有一个更高效的函数,可以不用编译下面的cxx代码就可以解决CSA问题…… cd cxx/src source build.sh 用法 1. 保存您的结果 from scipy . io import savemat key = "result" result = your_method ( image ) savemat ( save_name , { key : image }) 2.评估 python main.py --alg " HED " --model_name_list " hed " --r