Commit Graph

961 Commits

Author SHA1 Message Date
emmanuelle dd9030d44c Implemented fast algorithm also for 3-D and 2D-RGB images. Changed API so
that there is only one function for fast and classic algorithms.
2015-01-18 22:18:29 +01:00
emmanuelle 2e91b0db95 Moved non-local means denoising to restoration submodule 2014-12-06 13:16:40 +01:00
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
Stefan van der Walt b9a71663af Merge pull request #1247 from emmanuelle/gallery_edges
Add a second example to the edge filtering gallery example
2014-12-03 19:28:04 +02:00
Stefan van der Walt 3423b43394 Merge pull request #1251 from arve0/fix-github-logo-icon
Fix github logo icon path
2014-12-03 19:25:23 +02:00
arve0 d14edd208c fix github logo icon path 2014-12-02 00:55:49 +01:00
arve0 70944f82b0 fix building of doc in virtualenv. add short description in readme 2014-12-01 16:26:07 +01:00
emmanuelle 6f561130e6 Added references on rotation invariance and filters. 2014-11-30 17:08:49 +01:00
emmanuelle 78e4d7a00d Added a second example to the edge filtering gallery example, focusing on
the difference between Scharr and Sobel filters.
2014-11-30 14:45:12 +01:00
emmanuelle 78415132c4 Removed deprecated module name filter from tutorial 2014-11-26 23:02:38 +01:00
Stefan van der Walt f530e866d9 Merge pull request #705 from emmanuelle/userguide
Additions to the user guide: getting started section
2014-11-23 01:03:42 +02:00
emmanuelle 236274abfd Implemented Stéfan's minor comments. 2014-11-22 18:33:22 +01:00
emmanuelle ad3400dd47 Changed a link that pointed to a specific release of scikit-image using
the "stable" symlink.
2014-11-22 14:54:46 +01:00
Tony S Yu 56e4283df9 Update import to match rename of filters module 2014-11-11 23:03:50 -06:00
Tony S Yu c109978c61 Set colormap to grayscale 2014-11-11 23:01:27 -06:00
Tony S Yu 379d8b1fb8 Add example for adapt_rgb 2014-11-11 23:01:27 -06:00
Stefan van der Walt f61f2d0cb8 Do not render filters documentation twice 2014-11-10 13:16:32 +02:00
Stefan van der Walt 3ed648ea08 Fixes according to PR feedback 2014-11-10 13:16:25 +02:00
Stefan van der Walt 78a7b7307a Rename and deprecate filter module to prevent shadowing of built-in keyword 2014-11-10 12:53:50 +02:00
Stefan van der Walt 463432b752 Document threshold scaling 2014-11-07 17:17:55 +02:00
Rebecca fd94ca6ff5 renamed gabors 2014-11-07 16:04:53 +02:00
Rebecca 1b217f971e replacing lena in examples and most tests 2014-11-07 16:01:23 +02:00
Juan Nunez-Iglesias f73fc33e0e Merge pull request #1188 from vighneshbirodkar/rag_merge
Added in_place option to merge_nodes
2014-10-23 20:48:23 +11:00
Steven Silvester fdfb242694 Update the notes 2014-10-11 04:58:10 -05:00
Steven Silvester cf7c8750b5 Push parts of travis into separate shell scripts 2014-10-11 04:58:07 -05:00
Steven Silvester 9baa6c7f2d Update doc / trigger a travis rebuild 2014-10-10 06:26:30 -05:00
Stefan van der Walt d16904cfbc Merge pull request #1175 from blink1073/update-setup
Update build requirements and instructions
2014-10-09 18:27:22 +02:00
Steven Silvester 1ca05d77cb More updates to travis documentation 2014-10-09 06:07:54 -05:00
Steven Silvester 878a1f3381 Update Travis notes 2014-10-09 06:00:54 -05:00
Steven Silvester 3cecfd8711 Add notes about and variable substitution 2014-10-07 08:16:56 -05:00
Steven Silvester 53c4d93f42 Add notes about Travis usage 2014-10-07 07:56:19 -05:00
Vighnesh Birodkar febef86bbb added non in-place merge 2014-10-04 20:19:58 +05:30
Stefan van der Walt 758bcb456e Improve my grammar 2014-09-30 06:01:22 +02:00
Stefan van der Walt 7d58147fd1 Reminder to remove previous installations when upgrading on Windows 2014-09-29 22:32:45 +02:00
Stefan van der Walt 5ba4b7ccd3 Expose point_in_poly and move to measure module 2014-09-22 17:56:18 +02:00
François Boulogne 9214e8193c DOC: introduce variable num_peaks for reusability 2014-09-05 22:24:21 -04:00
Stefan van der Walt 411544165e Merge pull request #1043 from sciunto/joblib
DOC: Add user guide parallelization
2014-09-04 23:06:44 +01:00
François Boulogne 5920d6788d simplify notations 2014-09-04 18:00:56 -04:00
Stefan van der Walt c60b58ce93 Merge pull request #1114 from pelson/gitwash
Update gitwash
2014-09-04 22:35:50 +01:00
Johannes Schönberger c4bb726ff6 Replace jet with hot colormap 2014-09-03 12:55:07 -04:00
Johannes Schönberger 90b2755b01 Fix spelling 2014-09-03 12:54:45 -04:00
Johannes Schönberger 9ee87498ba PEP8 fixes and rearranged images in plot 2014-09-02 19:20:25 -04:00
Johannes Schönberger 2bfa7b6f3c Merge pull request #1127 from Brittix1023/windowed_histogram
Windowed histogram
2014-09-02 19:00:09 -04:00
Geoffrey French 5342299572 PEP8 compliance and doc formatting fixes. 2014-09-02 19:16:41 +01:00
François Boulogne ffe7156f31 Stephan's comments 2014-09-02 09:44:33 -04:00
Stefan van der Walt 914afee076 Merge pull request #1113 from jucoste/move_canny
Move canny from filter to feature
2014-09-02 01:07:20 +01:00
Geoffrey French e6bda5accd Fix to skimage.filter.rank.windowed_histogram docstring.
Better explanation of technique in plot_windowed_histogram example, along with (hopefully correct) citations.
Relevant additions to release_dev.txt and CONTRIBUTORS.txt.
2014-09-01 23:41:03 +01:00
Geoffrey French a90096555b Docstring and comment improvements and fixes in plot_windowed_histogram.
Readability improvement to skimage/io/__init__.py
2014-09-01 22:59:59 +01:00
Geoffrey French 9f5a6fddbf Fixed comment in plot_windowed_histogram. 2014-09-01 22:46:12 +01:00
Geoffrey French 0936522064 Improved plot_windowed_histogram doctoring, removed unnecessary imports and removed an internal testing line. 2014-09-01 22:44:45 +01:00