seamcarvego
seamcarvego is an implementation of a seam
carving algorithm. For now, I
have simply ported an assignment from an algorithms class to go, in a test
driven manner. I plan to attempt optimizations in the future.
Frontend
There is included a front-end with the following syntax:
seamcarvego [input.png] [output.png] [cols] [rows]
The frontend may be installed with go get
using the following command:
go get github.com/bobertlo/seamcarvego/cmd/seamcarvego