630 Commits

Author SHA1 Message Date
Johannes Schönberger bd3de29a8d Use lowercase letter variable names for vectors 2016-06-21 23:29:00 +02:00
Johannes Schönberger d666667a2e Increase unit test coverage for EuclideanTransform 2016-06-21 22:39:54 +02:00
Johannes Schönberger 76711ab246 Several cosmetic changes to the Umeyama implementation 2016-06-21 22:39:54 +02:00
Johannes Schönberger f01fbdb4df Remove extra empty line 2016-06-21 22:39:54 +02:00
Johannes Schönberger 46181fc415 Fix invalid doc string format in estimate_transform 2016-06-21 22:39:54 +02:00
Johannes Schönberger b7695470ba Document difference between Euclidean and similarity transformation 2016-06-21 22:39:54 +02:00
Johannes Schönberger df2b560acd Add unit tests for Euclidean transformation 2016-06-21 22:39:54 +02:00
Johannes Schönberger 6b598eac5e Add Euclidean transformation class 2016-06-21 22:39:54 +02:00
Johannes Schönberger 034a4eb0cf Improve documentation of geometric transformations 2016-06-21 22:39:54 +02:00
Johannes Schönberger d440d1bf74 Use Umeyama method for similarity transform estimation 2016-06-21 22:39:54 +02:00
François Boulogne dc81adad6a BUGFIX: inverse_map should not be None 2016-06-19 22:58:25 +02:00
Egor Panfilov e02ccb6817 Removed deprecated _mode_deprecations 2016-06-19 00:25:52 +03:00
François Boulogne 6032870897 DOC: remove warning 2016-06-12 22:17:33 +02:00
François Boulogne 57438a8d26 DOC: remove wrong math tags 2016-06-12 20:59:49 +02:00
François Boulogne 1d52ccf0b1 DOC: clarifications + comment step size theta
DOC: fix wording

enhance return name
2016-05-22 11:50:33 +02:00
François Boulogne 2f91c003fd API: no default none value for internal cython function 2016-05-22 11:50:33 +02:00
Stefan van der Walt 7952878754 Fix URL to texturematch paper 2016-03-31 16:26:31 -07:00
emmanuelle a5a771a8e4 Modified label function so that background pixels are labeled with 0, and
background=0 by default.

Modified label function so that background pixels are labeled with 0, and
background=0 by default. All tests of _ccomp.pyx pass

Modified a couple of files to be consistent with the new behavior of
measure.label

Modified doctring of label to pass doctest

Modified TODO.txt as well as release notes to mention the new behavior of
label.

Typo in docstring

Typo in docstring

Changed default value of kw argument background in measure.label

Removed unnecessary and outdated comment
2016-02-22 21:19:23 +01:00
Johannes Schönberger 116ef0d649 Remove unit tests for deprecated features 2016-02-09 12:25:55 +01:00
Johannes Schönberger 9d9a4b3e0b Fix some remaining TODO items 2016-02-09 11:11:28 +01:00
Johannes Schönberger 3bf2250b64 Fix unknown Note section warning 2016-02-01 08:47:36 +01:00
Steven Silvester b710bd21d2 Use a stacklevel of 2 by default for all warnings 2016-01-30 08:57:46 -06:00
Johannes Schönberger 3edce08eb5 Fix rotation with resizing and custom center 2016-01-20 21:52:06 +01:00
Emmanuelle Gouillart d6105a0fe4 Merge pull request #1782 from pratapvardhan/clncython
BUG: Buffer dtype mismatch, expected 'Py_ssize_t' but got 'long'
2015-12-23 15:35:05 +01:00
Stefan van der Walt 74a015d1d4 radon transform: when circle=True, ignore values outside circle without throwing an error (closes #1808) 2015-12-14 17:13:29 -08:00
Juan Nunez-Iglesias 0bc3ad8f79 Restore vectorised integrate deprecated behaviour 2015-12-13 16:25:29 +11:00
Juan Nunez-Iglesias 3899c571b7 Test individual coordinates for integrate in doctest 2015-12-13 14:55:44 +11:00
Juan Nunez-Iglesias c7243e7383 Allow passing individual coordinate tuples to integrate 2015-12-13 14:55:23 +11:00
Juan Nunez-Iglesias 5df9e0cf70 Update incorrect version number in docstring 2015-12-13 14:54:57 +11:00
Juan Nunez-Iglesias 458dc15225 Add deprecation warning for old syntax for integrate() 2015-12-13 14:45:45 +11:00
Juan Nunez-Iglesias 38b1880ef7 Update docstring comments for integrate function 2015-12-13 14:35:59 +11:00
Juan Nunez-Iglesias 5eaf2010df Merge pull request #953 from syedTabish/Issue949
Update integral image to support nD images
2015-12-13 10:53:09 +11:00
Pratap Vardhan d8213fe814 BUG: Buffer dtype mismatch in _seam_carving.pyx 2015-11-11 20:18:00 +05:30
Josh Warner (Mac) a3356194c8 TSTFIX: Fix imports in hough_ellipse doctest 2015-10-25 14:34:53 -05:00
Josh Warner (Mac) 159c9f4e9e TST/STY: Hough tf regression test & Cython wrappers 2015-10-24 23:50:53 -05:00
Josh Warner a2d74e5260 Merge pull request #1421 from hohlraum/hough_fix
FIX: Fix missing peaks in hough_line_peaks.
2015-10-08 18:48:48 -07:00
Julius Bier Kirekgaard e79a0a2dc1 Added pep8 spaces 2015-08-30 15:35:50 +01:00
Julius Bier Kirekgaard 8c5ce8504a assert equal scalar, seqeunce output of hough circle 2015-08-30 15:13:45 +01:00
Julius Bier Kirekgaard 9a4a3c674e test and docstring update for hough_circle 2015-08-30 13:16:33 +01:00
Julius Bier Kirekgaard 29fd2864cd hough_circle radius accepts scalars and lists 2015-08-30 12:52:38 +01:00
Julius Bier Kirekgaard b5fd7bc885 Fixed forgotten output for docstring example 2015-08-28 21:09:42 +01:00
Julius Bier Kirekgaard 002fc70759 Shorter hough_circle example 2015-08-28 21:04:52 +01:00
Julius Bier Kirekgaard 3c41e75b22 Added whitespace to comply with pep8 2015-08-28 20:46:14 +01:00
Julius Bier Kirekgaard 5f5af64551 Example for hough_circle 2015-08-28 20:08:11 +01:00
Johannes Schönberger ec64872fd5 Some doc string fixes for recently merged code 2015-08-20 19:08:54 -04:00
Johannes Schönberger 236aa208fe Merge pull request #1583 from grlee77/fix_interp_modes
FIX:  bug in 'reflect' and 'wrap' coordinate mapping
2015-08-20 18:53:11 -04:00
Gregory R. Lee 49b4f69ac0 MAINT: remove unused import 2015-08-18 12:22:10 -04:00
Gregory R. Lee 1303317512 BUG: fix one additional location where ndimage mode conversion was needed 2015-08-14 09:38:02 -04:00
Gregory R. Lee c7a82f8ceb MAINT: minor spacing issues and typos fixed 2015-08-13 23:39:56 -04:00
Gregory R. Lee 81ea7a6e34 MAINT: All modes in _shared.interpolation.pxd were changed to be consistent with numpy.pad naming conventions. Specifically 'nearest' was changed to 'edge' and 'mirror' was changed to 'reflect'. All functions with a mode argument that rely on these functions had their inputs changed accordingly. For now there is a deprecation warning if the user supplies mode 'nearest'. Mode 'mirror' never appeared in an official release of skimage and so has no corresponding deprecation warning. 2015-08-13 23:39:55 -04:00