Mercurial > ift6266
view data_generation/transformations/__init__.py @ 259:3919c71e3091
Make img_size a parameter, and remove the passing of the image size to the ConvOp. This will have to get back in later somehow.
author | Arnaud Bergeron <abergeron@gmail.com> |
---|---|
date | Wed, 17 Mar 2010 15:24:25 -0400 |
parents | 72eee6a9f43f |
children |
line wrap: on
line source
from pycaptcha import Facade __all__ = ['PoivreSel','thick','BruitGauss','DistorsionGauss','PermutPixel',\ 'gimp_script','Rature','contrast','local_elastic_distortions', \ 'slant','Occlusion','add_background_image','affine_transform',\ 'ttf2jpg','Facade']