Commit Graph

8051 Commits

Author SHA1 Message Date
Johannes Schönberger ca9a155cf2 Improve inverse_map description 2014-09-15 23:54:40 -04:00
Johannes Schönberger 15ffd52299 Improve desciption of inverse_map and add option to direclty pass coordinates 2014-09-15 23:54:40 -04:00
Juan Nunez-Iglesias c913652fae Merge pull request #1146 from blink1073/master
Fix docstrings to be less confusing about pixel coordinates.
2014-09-15 21:30:28 +10:00
Steven Silvester c85e08b0ed Rename (x, y) -> (row, col) in _geometric.py. 2014-09-15 05:58:00 -05:00
Juan Nunez-Iglesias 92a0d226b1 Merge pull request #1151 from blink1073/default_fallback_doc
Use functools.wraps in default_fallback decorator

Fixes #1149, allowing functions wrapped by `default_fallback` to keep their docstring.
2014-09-15 10:48:43 +10:00
Steven Silvester 1a1d665c0a Use functools.wraps in default_fallback dectorator 2014-09-13 08:10:14 -05:00
Steven Silvester 5877e2ee3d Remove blit background when overlay changes 2014-09-13 07:42:52 -05:00
Gregory Lee 3f1b8a4468 code formatting fixes 2014-09-12 19:37:09 -07:00
Steven Silvester 02a6e210ea Remove extra space 2014-09-12 06:15:28 -05:00
Steven Silvester 82578234b5 Fix swirl docstring to use (row, column) nomenclature 2014-09-12 06:14:45 -05:00
Johannes Schönberger e557b92e80 Merge pull request #1145 from jni/find-contours-docstring
Update find_contours docstring to use r/c notation
2014-09-12 01:37:06 -04:00
Juan Nunez-Iglesias c87d5567b4 Update find_contours docstring to use r/c notation
This update fixes #1140.

Other docstrings will probably need to be updated as well.
2014-09-12 14:08:07 +10:00
capitanbatata 27fcb81f74 Incorporated Stefan's comments. 2014-09-11 18:23:55 +02:00
Stefan van der Walt df2bb43919 Merge pull request #1144 from blink1073/master
Clear the blit background when the image changes
2014-09-11 15:06:37 +01:00
capitanbatata f078bcf779 Removed the print statements from the test code. 2014-09-11 11:09:27 +02:00
Steven Silvester 28a41eeb2b Clear the blit background when the image changes 2014-09-10 19:21:21 -05:00
Gregory R. Lee 026fc8eef1 fix image scaling in tv_denoise.py example 2014-09-10 14:09:11 -04:00
Gregory R. Lee cb735dca55 added tv_denoise.py viewer example using the CheckBox 2014-09-09 19:07:45 -04:00
Gregory R. Lee cfb913d8a8 add CheckBox widget to viewer. fix ComboBox widget docstring 2014-09-09 18:34:34 -04:00
Juan Nunez-Iglesias 865cc1bb6b Merge pull request #1137 from sciunto/doc
DOC: introduce variable num_peaks for reusability
2014-09-07 21:37:32 -05:00
Johannes Schönberger 9077338930 Merge pull request #1136 from juliantaylor/signed-char
BUG: add signed flag to chars
2014-09-06 14:44:42 -04:00
François Boulogne 9214e8193c DOC: introduce variable num_peaks for reusability 2014-09-05 22:24:21 -04:00
Julian Taylor 87c72ae60f BUG: add signed flag to chars
Sign of char is undefined and there are numerous places where its sign
is important. Fixes tests with -funsigned-char.
Closes gh-1110
2014-09-05 23:51:39 +02:00
capitanbatata 272e9310d2 Added Stephan comments.
Syntax is now checked using `flake8`.
2014-09-05 13:35:35 +02:00
Johannes Schönberger 491cef2d02 Merge pull request #1135 from stefanv/freeimage_big_endian
Fix indexing bug in freeimage plugin (closes #1111)
2014-09-04 18:36:48 -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
Stefan van der Walt 84f3835106 Fix Big Endian check 2014-09-04 22:32:02 +01:00
Stefan van der Walt 051c54c577 Fix indexing bug in freeimage plugin 2014-09-04 21:29:02 +01:00
Johannes Schönberger 39104e878f Merge pull request #1134 from magcius/fix-star-imports
transform: Remove some leftovers in __all__
2014-09-03 22:07:01 -04:00
Jasper St. Pierre acbee6b516 transform: Remove some leftovers in __all__
5c9d7af removed a bunch of deprecated functions, but forgot to remove
two more names from __all__.

Yes, I know * imports are a bad idea, but we have an internal app that
uses them. I've removed the * imports, but figured I might as well fix
upstream.
2014-09-03 17:54:19 -07:00
Stefan van der Walt c4deb2eb62 Merge pull request #1132 from ahojnnes/win-hist
PEP8 fixes and rearranged images in plot for rank.windowed_histogram
2014-09-03 23:25:09 +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
capitanbatata 4c3c49558d Corrected code to conform to Python coding conventions (PEP 8).
Added test code for handling exceptions.

Corrected test code to use the full path to the test data.
2014-09-03 09:13:34 +02: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 c518f78ff7 Fixed mistake in generic.py 2014-09-02 20:17:43 +01: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
capitanbatata ceae401d33 The format strings were updated to include numbers. 2014-09-02 13:53:11 +02:00
capitanbatata 118ce124bf Undone change in skimage/__init__.py. 2014-09-02 08:01:22 +02:00
Tony S Yu 2b98d85cf9 Merge pull request #1065 from blink1073/multi_linetool_drawing
Multi linetool drawing
2014-09-01 21:06:50 -05: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 bf02a92ee3 Small fix to windowed_histogram doctoring. 2014-09-01 23:04:24 +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