mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 22:42:29 +08:00
a5ed4acf86
- 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.
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.