/image

An Image toolbox for Torch.

Primary LanguageLua

Dependencies:

Torch7 (www.torch.ch)

Install:

$ luarocks install image

Use:

> require 'image'
> l = image.lena()
> image.display(l)
> f = image.fabio()
> image.display(f)