Julius Bier Kirkegaard
|
320977c8b9
|
Fixed doctest problem
|
2015-12-01 12:42:12 +00:00 |
|
Julius Bier Kirekgaard
|
ea33891c60
|
Skip doctest
|
2015-11-29 14:15:10 +00:00 |
|
Julius Bier Kirekgaard
|
6f1ec347f4
|
Fixed missing scipy import
|
2015-11-01 02:03:27 +00:00 |
|
Julius Bier Kirekgaard
|
55e12b6352
|
py3 fixes and skip test for old scipy.
|
2015-10-28 19:02:59 +00:00 |
|
Julius Bier Kirekgaard
|
5c20ef7218
|
pep8 and py3 compliance. more comments
|
2015-09-09 15:44:35 +01:00 |
|
Julius Bier Kirekgaard
|
8d344d090f
|
Active contour updates. Now works with scipy<0.14
|
2015-09-05 13:29:59 +01:00 |
|
Julius Bier Kirekgaard
|
94b335fb2e
|
change test names
|
2015-08-31 21:52:47 +01:00 |
|
Julius Bier Kirekgaard
|
fa6815404f
|
spelling corrections and misc.
|
2015-08-31 21:48:32 +01:00 |
|
Julius Bier Kirekgaard
|
96847f2652
|
pep8 and other small changes
|
2015-08-31 20:28:28 +01:00 |
|
Julius Bier Kirekgaard
|
ad4948a609
|
pep8 compliance
|
2015-08-31 16:37:21 +01:00 |
|
Julius Bier Kirekgaard
|
646c2102d2
|
Added active contour model
|
2015-08-31 16:15:08 +01:00 |
|
Emmanuelle Gouillart
|
01f5fc4e72
|
Merge pull request #1663 from juliusbierk/hough-circle-example
Example for hough_circle
|
2015-08-30 11:29:27 +02:00 |
|
Emmanuelle Gouillart
|
fa9e000ae4
|
Merge pull request #1631 from stefanv/rename_denoise_nl_means
Rename denoise nl means
|
2015-08-29 17:33:05 +02:00 |
|
Emmanuelle Gouillart
|
05729acb7d
|
Merge pull request #1660 from jwiggins/issue-1586
Raise an error for negative sigma values in guassian_filter.
|
2015-08-29 15:59:12 +02: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 |
|
John Wiggins
|
6e6d243dbd
|
Use assert_raises instead of @raises.
|
2015-08-28 21:19:20 +02:00 |
|
John Wiggins
|
a0fc75c7cb
|
Don't use two lines to raise an exception with a short message.
|
2015-08-28 21:10:39 +02:00 |
|
Julius Bier Kirekgaard
|
5f5af64551
|
Example for hough_circle
|
2015-08-28 20:08:11 +01:00 |
|
John Wiggins
|
c05108da36
|
Replace a doc test with some regular unit tests.
|
2015-08-28 21:03:01 +02:00 |
|
Arnaud De Bruecker
|
50804d1e9b
|
Correct documentation to denoise_bilateral for sigma_range
Closes #1630
|
2015-08-28 19:43:14 +01:00 |
|
John Wiggins
|
ff4e3bd0bd
|
Raise an error for negative sigma values in guassian_filter.
|
2015-08-28 20:37:26 +02:00 |
|
Arnaud De Bruecker
|
955b1761f1
|
Add documantation to denoise_bilateral for sigma_range
closes #1630
|
2015-08-28 19:10:09 +01:00 |
|
Stefan van der Walt
|
e084c5fd50
|
Rename nl_means_denoising to denoise_nl_means
|
2015-08-27 13:19:02 -07:00 |
|
Stefan van der Walt
|
9fa408a0f6
|
Add utility to rename functions
|
2015-08-27 13:19:01 -07:00 |
|
Stefan van der Walt
|
8cb409bcb0
|
Add alpha layer support to gray2rgb
|
2015-08-21 15:36:23 -07: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 |
|
Johannes Schönberger
|
d4641a436a
|
Improve documentation of moments functions
|
2015-08-19 14:11:39 -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 |
|
Gregory R. Lee
|
8e3b6bc9da
|
MAINT: convert additional numpy.pad mode names to their dask.array equivalents
|
2015-08-13 23:39:55 -04:00 |
|
Gregory R. Lee
|
cef22e4234
|
MAINT: PEP8 fixes and _interpolation_test.pyx -> interpolation.pyx rename
|
2015-08-13 23:39:55 -04:00 |
|
Gregory R. Lee
|
48622ca179
|
TST: add test for resizing 2D image with a 3D output shape
|
2015-08-13 23:39:54 -04:00 |
|
Gregory R. Lee
|
9e9c65b97c
|
ENH: add mode 'mirror' to interpolation.pxd and dependent functions
|
2015-08-13 23:39:54 -04:00 |
|
Gregory R. Lee
|
3ae1e3138a
|
BUG: bugfix for resize: upgrade image to 3d if necessary
|
2015-08-13 23:39:54 -04:00 |
|
Gregory R. Lee
|
c5a735420f
|
DOC: add visual example of edge modes
|
2015-08-13 23:39:53 -04:00 |
|
Gregory R. Lee
|
a36ab880fc
|
TST: add tests for coord_map function
|
2015-08-13 23:39:53 -04:00 |
|
Gregory R. Lee
|
7cfbd70204
|
BUG: fix bugs in coord_map for modes wrap and reflect
|
2015-08-13 23:39:53 -04:00 |
|
Josh Warner
|
cbc851bba6
|
FIX/STY: Remove magic and enforce PEP8 in plugins.
|
2015-08-13 19:47:00 -05:00 |
|
Josh Warner (Mac)
|
b35215ec6b
|
TSTFIX: Missing assert statement and PEP8
|
2015-08-01 00:28:35 -05:00 |
|
Jonathan Helmus
|
70d1afe153
|
DOC: Simplified the message when a broken skimage build detected
|
2015-07-30 14:53:49 -05:00 |
|
Jonathan Helmus
|
00a841f1c2
|
MAINT: Refactored imports
|
2015-07-28 14:11:51 -05:00 |
|
Jonathan Helmus
|
f10ae88139
|
MAINT: remove unchecked import from util.dtype
|
2015-07-28 14:06:03 -05:00 |
|
Jonathan Helmus
|
d2519d610f
|
ENH: Build check in skimage/__init__.py module
|
2015-07-28 14:00:32 -05:00 |
|
Jonathan Helmus
|
9727711405
|
Removed __check_build directory
|
2015-07-28 13:43:48 -05:00 |
|
Jonathan Helmus
|
93366d1b57
|
MAINT: Fixed __check_build setup.py file
|
2015-07-28 13:16:09 -05:00 |
|