Files
scikit-image/skimage
Emmanuelle Gouillart a5ed4acf86 Some improvements of non-local means denoising:
- denoising RGB is now possible, and "colored patches" are then compared

- the main function is now in a pure Python file so that default values
  of kw arguments are visible in the help

- reduced the number of computations of patches bound (but this doesn't
  change much the total speed).

- added an example for the gallery

I also played with functions that could replace the exponential by a
faster and less precise function, but it turns out that most of the time
is spent in additions and multiplications when computing the distance
between two patches.
2014-12-06 12:00:47 +01:00
..
2014-10-09 20:18:43 -05:00
2014-11-07 16:04:53 +02:00
2014-11-10 08:10:14 +01:00
2014-10-20 05:03:00 -05:00
2014-11-07 15:23:38 +02:00
2013-06-12 21:16:23 +02:00