Commit Graph

112 Commits

Author SHA1 Message Date
Stefan van der Walt 5b07567973 Merge pull request #1005 from JDWarner/int_idx_patch
Fix NumPy non-integer indexing deprecation warnings
2014-05-13 17:48:11 +02:00
Johannes Schönberger 02e6ad6b71 Test 90deg rotation for similarity transform 2014-05-10 10:22:55 -04:00
Josh Warner (Mac) 8bcdfb8325 Remove unnecessary double import. 2014-05-08 20:12:31 -05:00
Josh Warner (Mac) 77b036eb89 Merge branch 'master' of git://github.com/scikit-image/scikit-image into int_idx_patch 2014-05-08 19:57:06 -05:00
Josh Warner (Mac) 375e406f64 Use safe_as_int for input checking. 2014-05-08 19:56:47 -05:00
Stefan van der Walt a9dcdc3713 Use safe_as_int to check provided output shape 2014-05-08 19:28:29 +02:00
Josh Warner (Mac) 1ca0eef825 FIX: Non-integer indexing deprecation warnings 2014-05-08 00:39:54 -05:00
Stefan van der Walt 4c7cd9bd65 Add unit test to catch non-integer output shape bug 2014-05-06 01:35:23 +02:00
Stefan van der Walt 00b4fa45e7 Always interpret provided shapes as int. Add a note on using output_shape for color images. 2014-05-06 01:35:23 +02:00
François Boulogne 11725c9396 PEP8 2014-03-16 15:16:35 -04:00
François Boulogne 452fcdaba8 DOC: typo 2014-03-16 15:15:42 -04:00
Johannes Schönberger 1f5ec3e8ed Improve function name in warp example 2014-03-13 18:40:08 -04:00
Johannes Schönberger f280e0b13e Fix regular grid doctest 2014-03-13 18:24:59 -04:00
Johannes Schönberger b6e7fc8624 Fix warp doctest and example 2014-03-13 18:24:34 -04:00
Johannes Schönberger 21a99a39c3 Document params attribute for each class 2014-01-22 18:46:27 -05:00
Johannes Schönberger 9905ff218f Get rid of trailing underscore for params attribute 2014-01-22 18:39:35 -05:00
Johannes Schönberger c96088170b Use consistent params_ attribute across all estimators 2014-01-19 09:40:55 -05:00
Johannes Schönberger fc7b770ba9 Use None as default for estimated params 2014-01-19 09:40:55 -05:00
Johannes Schönberger b3d62afa28 Use public attribute for parameter values 2014-01-19 09:40:54 -05:00
Johannes Schönberger c53e98a3c6 Fix bug in inverse warping and add test case 2013-11-22 12:07:36 +01:00
Johannes Schönberger 396b686bab Add test case for invalid image dimensions 2013-11-22 11:59:07 +01:00
Johannes Schönberger d659cdc6b0 Deprecate reverse_map parameter and add to future removal list 2013-11-22 11:55:18 +01:00
Johannes Schönberger 591aa08ee6 Fix geometric doctests 2013-11-03 23:55:55 +01:00
Stefan van der Walt eb6867cfe2 Make six an external dependency. 2013-10-27 14:06:26 +02:00
Johannes Schönberger 114bb36ef3 Do not derive piecewise affine from projective transform 2013-10-21 16:31:30 +02:00
Johannes Schönberger 638d43c859 Re-enable clipping which was accidentally removed 2013-10-21 14:15:00 +02:00
Johannes Schönberger 0b98803f0f Add some more comments 2013-10-21 14:14:20 +02:00
Johannes Schönberger 67cbb0221d Fix bug in homography detection 2013-10-21 13:34:55 +02:00
Johannes Schönberger ee24f1c2c5 Improve example of warp function to show all available options 2013-10-02 17:45:05 +02:00
Johannes Schönberger 40f5e78353 Add support for matrix as inverse_map 2013-10-02 17:33:17 +02:00
Johannes Schönberger 9741bfda15 Add note about internal usage of transformation matrix 2013-10-02 17:17:03 +02:00
Johannes Schönberger beeb597ddf Only clip for ndimage.map_coordinates case 2013-10-02 17:10:46 +02:00
Johannes Schönberger a17a1395c3 Fix doc string of warp functions 2013-09-28 14:25:45 +02:00
Ankit Agrawal 0ed1e22034 Correcting bug in SimialarityTransform 2013-09-19 10:23:03 +05:30
Stefan van der Walt 2566171929 Space code more readably in transform. 2013-06-29 10:55:34 -05:00
Stefan van der Walt 558298f426 Fix im_self access in Python 3. 2013-06-29 10:17:42 -05:00
Stefan van der Walt 9d1907a211 Fix im_class access in Python 3. 2013-06-29 10:17:42 -05:00
François Boulogne cf4b83b76f cast range to list for python3 2013-06-12 22:03:25 +02:00
Johannes Schönberger 6c4ed67fe8 Wrap lines 2013-05-26 10:51:42 +02:00
Johannes Schönberger a569e76a4d Fix parameter description of warp function 2013-05-26 10:34:12 +02:00
Johannes Schönberger 09aad04d68 Add short example for transforms to warp function 2013-05-26 10:27:30 +02:00
Johannes Schönberger 8d92f5c02b Remove is_degenerate methods from estimation models 2013-05-02 18:30:08 +02:00
Johannes Schönberger fb74a9d8ae Add new stop criteria to ransac and improve doc string 2013-05-02 18:30:07 +02:00
Johannes Schönberger 087fe8891e Fix is_degenerate function to accept src and dst arrays separately 2013-05-02 18:30:07 +02:00
Johannes Schönberger bf2a5a429b Add residuals method to geometric transforms 2013-05-02 18:30:07 +02:00
Johannes Schönberger 5b78b2a69e Add is_degenerate to geometric transforms 2013-05-02 18:30:07 +02:00
Johannes Schönberger 4ff97da8b1 Fix PEP8 issues and doc string formatting 2012-12-26 09:24:30 +01:00
Johannes Schönberger ec3f37515a Merge pull request #404 from keflavich/clearer_warp_example
Slight change to warp_coords docstring
2012-12-26 00:22:10 -08:00
Adam Ginsburg 0824af0e3a looks like I didn't save on the previous commit; these should be squashed with the previous commit message 2012-12-25 14:27:49 -07:00
Adam Ginsburg 875270cb78 very slight change to warp_coords docstring, but I think slightly more illustrative of the shape of the array 2012-12-25 14:25:17 -07:00