边缘检测-Canny边缘检测算法-Rust开发

时间:2024-06-16 13:51:48
【文件属性】:

文件名称:边缘检测-Canny边缘检测算法-Rust开发

文件大小:636KB

文件格式:ZIP

更新时间:2024-06-16 13:51:48

Rust Image processing

边缘检测Rust中Canny边缘检测算法的实现。 许多计算机视觉应用程序的基础。 let source_image = ima边缘检测Rust中Canny边缘检测算法的实现。 许多计算机视觉应用程序的基础。 让source_image = image :: open(“ testdata / line-simple.png”).expect(“无法读取图像”).to_luma(); let detection = edge_detection :: canny(source_image,1.2,// sigma 0.2,//强阈值0.01,//弱阈值);


【文件预览】:
edge-detection-rs-master
----testdata()
--------line-weakening.png(483B)
--------line-fuzzy.png(601B)
--------circle.png(560B)
--------line-simple.png(154B)
----clippy.toml(41B)
----.github()
--------workflows()
----media()
--------demo-circle.png(14KB)
--------demo-peppers.png(610KB)
----LICENSE(1KB)
----src()
--------edge.rs(25KB)
--------lib.rs(661B)
----Cargo.toml(555B)
----.gitignore(113B)
----README.md(976B)

网友评论