comparison transformations/PoivreSel.py @ 144:c958941c1b9d

merge
author XavierMuller
date Tue, 23 Feb 2010 18:16:55 -0500
parents 5e00ed18ae32
children 8ab3ae1b0148
comparison
equal deleted inserted replaced
143:f341a4efb44a 144:c958941c1b9d
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']