graphics-go
graphics-go copied to clipboard
fork of graphics-go package with edge detection added
Results
3
graphics-go issues
Sort by
recently updated
recently updated
newest added
Your port still includes `code.google.com/p/graphics-go/*`, rather than referring to itself. This is mostly relevant because of the warning that we now get when we `go get` your package: ``` sh...
I think it's fantastic that you've written a Canny edge detector in Go - thank you for doing this. When I try to run `go test` within my `github.com/robfig/graphics-go/graphics/edge` folder,...