lcs-image-diff-具有LCS算法的图像差异工具-Rust开发

时间:2024-06-16 13:21:32
【文件属性】:

文件名称:lcs-image-diff-具有LCS算法的图像差异工具-Rust开发

文件大小:70KB

文件格式:ZIP

更新时间:2024-06-16 13:21:32

Rust Image processing

lcs-image-diff使用LCS算法的图像差异库和工具。 murooka的rust端口/ go-diff-image要求最新的Rust(推荐rustup)库lcs-image-diff使用LCS算法的图像diff库和工具。 murooka的rust端口/ go-diff-image要求最新的Rust(推荐rustup)库用法#Cargo.toml [dependencies] image =“ 0.20” lcs-image-diff = {版本=“ 0.1”,默认功能= false}使用lcs_image_diff :: compare; 让mut before = image :: open(“ before.png”)?; 让mut after = image :: open(“ after.png”)?; 让diff = compare(&mut before,&mut after,100.0 / 256.0)?; before.save(“ marked_before.png”)?; 后。


【文件预览】:
lcs-image-diff-rs-master
----Cargo.lock(23KB)
----test()
--------images()
----LICENSE(1KB)
----src()
--------image_creator.rs(3KB)
--------main.rs(2KB)
--------diff.rs(691B)
--------mkdir.rs(292B)
--------lib.rs(2KB)
--------rename.rs(801B)
----Cargo.toml(1004B)
----.gitignore(21B)
----CHANGELOG.md(1KB)
----.circleci()
--------config.yml(321B)
----README.md(3KB)

网友评论