Skip to content

bobertlo/seamcarvego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seamcarvego

Build Status Go Report Card

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

Releases

No releases published

Packages

No packages published

Languages