Files
scikit-image/doc/examples
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-03-19 17:18:33 +05:30
2014-03-19 17:18:33 +05:30
2014-03-19 17:18:33 +05:30
2014-03-19 17:18:33 +05:30
2014-11-07 16:04:53 +02:00
2014-03-14 22:42:20 +05:30
2014-03-19 17:18:33 +05:30
2014-03-19 17:18:33 +05:30
2013-10-14 16:14:30 +02:00
2014-03-19 17:18:33 +05:30
2014-08-13 02:12:51 +05:30
2013-04-28 10:19:14 +02:00
2014-03-19 17:18:33 +05:30
2014-08-15 21:28:47 +05:30
2014-10-04 20:19:58 +05:30
2014-03-19 17:18:33 +05:30
2014-03-19 17:18:33 +05:30
2014-03-19 17:18:33 +05:30
2013-11-30 19:37:55 +01:00
2014-03-19 17:18:33 +05:30
2014-03-19 17:18:33 +05:30
2014-03-19 17:18:33 +05:30

.. _examples_gallery:

General examples
-------------------

General-purpose and introductory examples for the scikit.