Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.txt - github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8178fb5c419d6584518c85c96af9adc0d0778dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
DEPENDENCIES:
Torch7 (www.torch.ch)

INSTALL:
$ torch-pkg install image

USE:
$ torch
> require 'image'
> l = image.lena()
> image.display(l)