Mercurial > ift6266
changeset 106:313c249d638e
Correction bug division par zéro dans BruitGauss.py
author | boulanni <nicolas_boulanger@hotmail.com> |
---|---|
date | Mon, 15 Feb 2010 15:22:08 -0500 |
parents | 901ab3329064 |
children | a9b87b68101d |
files | transformations/BruitGauss.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/transformations/BruitGauss.py Fri Feb 12 10:30:02 2010 -0500 +++ b/transformations/BruitGauss.py Mon Feb 15 15:22:08 2010 -0500 @@ -46,7 +46,7 @@ self.effectuer =numpy.random.binomial(1,0.25) ##### On a 25% de faire un bruit ##### else: self.effectuer = 0 - self.sigma_gauss = 0 + self.sigma_gauss = 1 # eviter division par 0 self.grandeur=1 #Un peu de paranoia ici, mais on ne sait jamais