gogh:用go写的图像处理包

时间:2024-08-01 20:35:38
【文件属性】:

文件名称:gogh:用go写的图像处理包

文件大小:753KB

文件格式:ZIP

更新时间:2024-08-01 20:35:38

Go

高 为计算机视觉编写的图像处理包(如 OpenCV) ##如何安装/更新? go get -u github.com/ironpark/gogh ##如何使用? 简单的例子 二值化/直方图 import ( "fmt" "github.com/ironpark/gogh" ) func main () { src := gogh . Load ( "some.jpg" ) //method chaining pattern! fmt . Println ( "histogram" , src . Histogram (). Array ()) //Nomal histogram fmt . Println ( "histogram" , src . Histogram (). Cumulative ()) //Cumulative histogram //Bina


【文件预览】:
gogh-master
----gogh.go(4KB)
----doc.go(57B)
----histogram.go(2KB)
----LICENSE(1KB)
----viewer()
--------viewer.go(714B)
--------viewer.exe(2.63MB)
----helper.go(1KB)
----filter.go(3KB)
----mask()
--------mask.go(914B)
----draw.go(3KB)
----README.md(2KB)
----processing.go(809B)
----shape()
--------shape.go(493B)
----canny.go(6KB)

网友评论