diff transformations/PoivreSel.py @ 120:5e00ed18ae32

changed some transformation paramters to better fit with visualization
author Xavier Glorot <glorotxa@iro.umontreal.ca>
date Wed, 17 Feb 2010 17:45:48 -0500
parents fe6f96951ed1
children 8ab3ae1b0148
line wrap: on
line diff
--- a/transformations/PoivreSel.py	Wed Feb 17 17:06:54 2010 -0500
+++ b/transformations/PoivreSel.py	Wed Feb 17 17:45:48 2010 -0500
@@ -23,7 +23,7 @@
 class PoivreSel():
     
     def __init__(self):
-        self.proportion_bruit=0.1 #Le pourcentage des pixels qui seront bruites
+        self.proportion_bruit=0.08 #Le pourcentage des pixels qui seront bruites
         self.nb_chng=10 #Le nombre de pixels changes. Seulement pour fin de calcul
         self.effectuer=1    #Vaut 1 si on effectue et 0 sinon.