Commit Graph

128 Commits

Author SHA1 Message Date
François Boulogne 65f73ee171 DOC: fix syntax error 2013-10-14 16:25:29 +02:00
François Boulogne 69bdfe0339 PEP8 another one 2013-10-14 16:22:29 +02:00
Josh Warner (Mac) 1c5dc10f4d FEAT: Add 'localvar' mode to random_noise 2013-10-13 12:21:29 -05:00
Josh Warner (Mac) f20aa5e661 FIX: Better handling of skimage.data.camera for Python3 compatibility 2013-10-12 09:32:46 -05:00
Josh Warner (Mac) 9f7a2f4fbc ENH: Tighten tests, all noise types now support signed I/O 2013-10-11 16:53:16 -05:00
Josh Warner (Mac) f435afebd5 ENH: Add optional clip kwarg, docs, & handling of signed inputs. 2013-10-11 16:39:22 -05:00
Josh Warner (Mac) c2e4442eaf ENH: More concise next-power-of-2 calculation 2013-10-11 10:51:07 -05:00
Josh Warner (Mac) de42ba831a FIX: Fix and improve Poisson random noise generator
The Poissson generator now works.

The improved Poisson generator now infers the bit depth of the image
after conversion to a floating point image, by analyzing the unique
values present and finding the next power of two. This value is then
used to scale the floating point image up, after which Poisson
noise is generated, and then image is then scaled back down.
2013-10-11 01:53:15 -05:00
Johannes Schönberger 3e3a52331d Misc doc string fixes 2013-10-02 17:07:23 +02:00
Johannes Schönberger 445dd7e859 Merge pull request #630 from JDWarner/improve_noise
ENH: Improve random_noise with better param names & docfixes
2013-09-14 01:41:08 -07:00
Josh Warner (Mac) 6f5f6a0a7a DOC: Further improvements to naming conventions. 2013-09-07 00:39:04 -05:00
Stefan van der Walt b0d3b92e74 Add skip parameter to view_as_windows. 2013-09-01 23:50:54 +02:00
Emmanuelle Gouillart 4d80670925 Merge pull request #672 from jni/chull-fix
Convex hull fix
2013-08-25 04:48:20 -07:00
Juan Nunez-Iglesias 072eb7640a Add docstring note explaining coord use case 2013-08-25 11:06:31 +02:00
Juan Nunez-Iglesias cb28bba6ee Add note describing array copy if discontiguous 2013-08-25 11:04:50 +02:00
Stefan van der Walt d9836a6add Remove logger in favor of warnings. 2013-08-21 00:10:33 +02:00
Juan Nunez-Iglesias b40ef3ad7d Ensure array input to unique_rows is contiguous 2013-08-06 22:46:12 +10:00
Juan Nunez-Iglesias 909d4cb5f6 Add test to unique_rows for discontiguous arrays 2013-08-06 22:45:21 +10:00
Juan Nunez-Iglesias 640c49608d Add unique_rows to util/__init__.py 2013-08-05 09:40:10 +10:00
Juan Nunez-Iglesias 11f9a5bdbd Add test for unique_rows 2013-08-05 09:35:50 +10:00
Juan Nunez-Iglesias 89dbb4dccb Add unique_rows function 2013-08-05 09:26:36 +10:00
Josh Warner a3bb1098d1 Merge pull request #632 from ahojnnes/local-blocks
Refactor N-dimensial array resampling and add additional functionality
2013-07-31 14:10:18 -07:00
Josh Warner b5d09bcd1c Merge pull request #603 from TheChymera/master
ENH: User-specified output aspect ratio in skimage.util.montage.montage2d function
2013-07-20 22:33:32 -07:00
Horea Christian 35a65aeef3 Resolved faulty montage2d import. 2013-07-21 05:55:02 +02:00
Horea Christian 2d33bf7622 Added test case for grid_shape parameter. 2013-07-21 03:55:16 +02:00
Horea Christian 228bf8f7ba Adapted if statement to grid_shape=None 2013-07-19 00:32:38 +02:00
Horea Christian 90f3a5d685 Syntax and default variable.
From (0,0) to None.
2013-07-18 17:54:03 +02:00
Johannes Schönberger dc27babee2 Merge pull request #546 from jni/3d-slic
Add support for 3D images in SLIC segmentation
2013-07-14 23:50:38 -07:00
Horea Christian 1c7947fad1 Renamed parameter 2013-07-14 22:21:51 +02:00
Juan Nunez-Iglesias 858f7411d7 Complete test_regular_grid coverage 2013-07-13 01:34:51 +02:00
Juan Nunez-Iglesias f0ecc4d00d Rename regular_grid.py 2013-07-12 18:28:11 +02:00
Juan Nunez-Iglesias e80dd18d7e Add tests for 'regular_grid()' 2013-07-12 18:26:11 +02:00
Horea Christian 70aedc4556 Removed blank lines in between parameters. 2013-07-10 22:18:09 +02:00
Horea Christian 633dca7c97 Refined syntax. 2013-07-09 00:28:57 +02:00
Juan Nunez-Iglesias 48d78c09d9 Improve doc for regular_grid.py 2013-07-08 14:41:42 +02:00
Johannes Schönberger 06aaf93e63 Use pad function and add option to define cval 2013-07-05 17:59:27 +02:00
Jostein Bø Fløystad 794a4d7dae arraypad: allow padding with zero entries (i.e. no padding). 2013-07-05 14:29:09 +02:00
Johannes Schönberger 24c0c40977 Merge pull request #511 from ankit-maverick/resample
Resampling of nD arrays
2013-07-04 22:47:09 -07:00
Ankit Agrawal 7282f561d4 Added docs, tests for downsample() in skimage.transform._warps 2013-07-04 17:31:27 +08:00
Josh Warner (Mac) 32f39eecbb ENH: Improve random_noise with better param names & docfixes 2013-07-03 23:54:26 -05:00
Juan Nunez-Iglesias 7f1b9ea4c6 Fix automerge bug 2013-07-02 19:42:24 +02:00
Juan Nunez-Iglesias 441f4029f6 PEP8 2013-07-02 13:22:13 +02:00
Juan Nunez-Iglesias 332ab0449b Improve PEP8 and Python 3 compliance
Thanks to @JDWarner and @ahojnnes for the input.
2013-07-02 13:22:13 +02:00
Juan Nunez-Iglesias bb8cfea8c6 Add function to calculate regularly-spaced grid in nD 2013-07-02 13:22:12 +02:00
Josh Warner (Mac) 5f7fc52830 FEAT: generator to add various types of random noise to images 2013-06-29 18:00:26 -05:00
Tony S Yu 6cef8727a0 Minor fixes
- Use absolute imports so __main__ examples work
- PEP8: 2 blank lines
2013-06-29 10:56:03 -05:00
Adam Wisniewski 81519b7863 adding main to run tests 2013-06-29 10:17:41 -05:00
Adam Wisniewski 227b209720 fix arraypad 2013-06-29 10:17:41 -05:00
Horea Christian 9583072271 Added usage example. 2013-06-28 20:20:39 +02:00
Horea Christian 9e415a096a Corrected indents Again. 2013-06-28 13:21:55 +02:00