-
Rust开发的图像差异工具,具备LCS算法,命名为lcs-image-diff
资源介绍
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计算文章相似度--C#源程序
- 下一篇: nginx-1.13.4.tar.gz