comparison 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
comparison
equal deleted inserted replaced
119:4f37755d301b 120:5e00ed18ae32
21 import random 21 import random
22 22
23 class PoivreSel(): 23 class PoivreSel():
24 24
25 def __init__(self): 25 def __init__(self):
26 self.proportion_bruit=0.1 #Le pourcentage des pixels qui seront bruites 26 self.proportion_bruit=0.08 #Le pourcentage des pixels qui seront bruites
27 self.nb_chng=10 #Le nombre de pixels changes. Seulement pour fin de calcul 27 self.nb_chng=10 #Le nombre de pixels changes. Seulement pour fin de calcul
28 self.effectuer=1 #Vaut 1 si on effectue et 0 sinon. 28 self.effectuer=1 #Vaut 1 si on effectue et 0 sinon.
29 29
30 def get_settings_names(self): 30 def get_settings_names(self):
31 return ['effectuer'] 31 return ['effectuer']