Commit Graph

5953 Commits

Author SHA1 Message Date
Stefan van der Walt b143eae02f Merge pull request #1167 from ahojnnes/inv-comb
Add option to combine tform with inverse tform. Closes gh-1165.
2014-09-22 16:03:19 +02:00
Johannes Schönberger f846320d78 Add option to combine tform with inverse tform 2014-09-22 08:45:51 -04:00
Juan Nunez-Iglesias 69c87b5706 Merge pull request #1142 from ahojnnes/warp-coords
Improve desciption of inverse_map and add option to direclty pass coordi...
2014-09-21 12:06:05 +10:00
Johannes Schönberger d26e62f38d Merge pull request #1159 from blink1073/check-ndims-in-edges
Add ndim checks in filter.edges
2014-09-20 17:44:17 -04:00
Steven Silvester d6c64997cb Implement new assert_nD utility function 2014-09-20 15:43:00 -05:00
Johannes Schönberger b986753de0 Merge pull request #1155 from atemysemicolon/master
updated local_binary_pattern documentation
2014-09-20 16:01:04 -04:00
Johannes Schönberger cc622dfb6a Merge pull request #1156 from alexeyum/ellipse-symmetry
Ellipse symmetry
2014-09-20 15:58:39 -04:00
Johannes Schönberger d367ff479b Use for mgrid for Py26 compatibility 2014-09-19 13:34:00 -04:00
Johannes Schönberger 877a7ba109 Add test for N-D warping 2014-09-18 21:03:56 -04:00
Johannes Schönberger f5c627493e Extend description of clipping behavior 2014-09-18 20:52:55 -04:00
Johannes Schönberger fdf0908ab7 Add option to skip clipping of output, and detect if input float image has negative values 2014-09-18 20:49:25 -04:00
Johannes Schönberger 46305eeeec Remove legacy parameter 2014-09-18 20:36:34 -04:00
Johannes Schönberger 6e26f3a7c7 Fix indendation of parameter description 2014-09-18 20:27:38 -04:00
Johannes Schönberger 6ff1bf26ee Move comments into if scope 2014-09-18 20:22:35 -04:00
Alexey Umnov 9c4d4fc5a4 Updated CONTRIBUTORS.txt 2014-09-18 16:28:32 +04:00
Steven Silvester 525a5f80c6 Add ndim checks in filter.edges 2014-09-17 21:20:13 -05:00
Steven Silvester bd5e2d60ff Merge pull request #1139 from grlee77/viewer_checkbox
Viewer: CheckBox Widget
2014-09-17 19:03:57 -05:00
Gregory R. Lee eb7cdb5a16 remove outdated comment line 2014-09-17 12:29:48 -04:00
Alexey Umnov 88a9cb4060 Added float conversions for python2.x 2014-09-17 20:20:26 +04:00
Alexey Umnov abcd613593 Fixed ellipse symmetry and added some tests. 2014-09-17 19:13:36 +04:00
Johannes Schönberger b67d46ab91 Merge pull request #1150 from blink1073/overlay-blit
Remove blit background when overlay changes
2014-09-16 17:41:44 -04:00
Gregory R. Lee bdd9fb0832 PEP8 formatting 2014-09-16 12:49:40 -04:00
SemiColon Warrier 0eeebea22c updated local_binary_pattern documentation
The reference link was divided into two lines thereby linking to only half the url
2014-09-16 16:31:39 +02:00
Johannes Schönberger da36750d55 Make row, col ordering clearer in doc string 2014-09-16 08:19:48 -04:00
Johannes Schönberger 9b4f2d9032 Add support for 2(+1)D images and given output_shape for 2D images 2014-09-15 23:54:40 -04:00
Johannes Schönberger f9009410ba Add comments to different conditional paths 2014-09-15 23:54:40 -04:00
Johannes Schönberger 1b49b494ce Make error message for wrong input dim more explicit 2014-09-15 23:54:40 -04:00
Johannes Schönberger 27d765abd5 Highlight fact that warp_coords is only meant for 2(+1)-D images 2014-09-15 23:54:40 -04:00
Johannes Schönberger 9b5b5b8cc5 Remove deprecated parameter of warp 2014-09-15 23:54:40 -04:00
Johannes Schönberger 1a31968b54 Make warp function N-D compatible, and add example to doc string 2014-09-15 23:54:40 -04:00
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
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
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