Mercurial > ift6266
log transformations/BruitGauss.py @ 148:72a2d431d047
age | author | description |
---|---|---|
Tue, 16 Feb 2010 17:24:21 -0500 | Xavier Glorot | Changed a bit the code for BruitGauss.py for simplicity |
Mon, 15 Feb 2010 15:22:08 -0500 | boulanni | Correction bug division par zéro dans BruitGauss.py |
Thu, 11 Feb 2010 17:26:44 -0500 | Xavier Glorot | deleted useless print in BruitGauss.py |
Thu, 11 Feb 2010 16:34:25 -0500 | Xavier Glorot | Changed behavior of gaussian noise to apply a gauss filter with a random sigma, and then select some point of the image to be averaged with it |
Thu, 11 Feb 2010 09:01:03 -0500 | SylvainPL | Il y a maintenant 25% de proba d'effectuer le bruitage |
Tue, 09 Feb 2010 11:41:17 -0500 | SylvainPL | Correction majeure. Auparavant, le lissage gaussien etait global avec une seule gaussienne. Maintenant, le lissage gaussien est local. Un bruit correle est rajoute sur l'image |
Tue, 02 Feb 2010 10:46:11 -0500 | SylvainPL | Ajout de bruit poivre et sel, puis filtre gaussien. Parametres deterministes par rapport a complexity. Compatible testmod.py |