Go中高斯模糊算法的快速(线性时间)实现。-Golang开发

时间:2024-06-15 12:15:10
【文件属性】:

文件名称:Go中高斯模糊算法的快速(线性时间)实现。-Golang开发

文件大小:861KB

文件格式:ZIP

更新时间:2024-06-15 12:15:10

Golang Images

Go中高斯模糊算法的快速(线性时间)实现。 Go中高斯模糊算法的Song2快速(线性时间)实现。 原始算法取自http://blog.ivank.net/fastest-gaussian-blur.html,并使用goroutine。 安装和使用包从此存储库下载并编译。 去获取-u github.com/matsuyoshi30/song2并将其作为一个包导入,调用API song2.GaussianBlur(src,blurRadius)。 包main import(“ fmt”“ image”“ image / png”“ os”“ github.com/matsuyoshi30/song2”)func main(){img,


【文件预览】:
song2-main
----README.md(3KB)
----LICENSE(1KB)
----go.mod(93B)
----song2_test.go(6KB)
----go.sum(3KB)
----stackblur_test.go(11KB)
----assets()
--------sample.png(612KB)
--------blured.png(238KB)
----cmd()
--------song2()
----song2.go(7KB)

网友评论