Files
scikit-image/doc
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-12-02 00:55:49 +01:00
2012-10-29 18:10:39 +01:00
2014-05-27 21:46:41 -04:00
2013-03-13 12:08:08 +01:00
2014-10-11 04:58:10 -05:00

Building docs

To build docs, run make in this directory. make help lists all targets.

Requirements

Sphinx is needed to build doc. Install with pip install sphinx.