Commit Graph
119 Commits
Author SHA1 Message Date
AbdealiJK fc2089af32 colorconv: Add rgba2rgb()
rgba2rgb() is a conversion function which takes in a background RGB
color which is used to alpha blend with an RGBA image in the foreground.
The default value for this background is white (255, 255, 255).
2016-07-14 21:06:52 +05:30
Juan Nunez-Iglesias eed7c41c32 Remove nonexistent kwarg from docstring, style fix
- Address @soupault's comments in the examples
- Fix minor spelling and wording errors
2016-06-21 13:17:05 -04:00
HiyorimiandJuan Nunez-Iglesias 025e8c5499 Frangi filter support with tests + docstrings
+fixed tests and removed shared code

https://github.com/scikit-image/scikit-image/pull/2139#discussion_r67240635

docstrings and style fixes

fix Lambda yielding

more style fixes

enumerate & black line fixes
2016-06-21 13:15:05 -04:00
François Boulogne 361eee970b Add thresholding 2016-06-18 20:20:34 +02:00
François BoulogneandFrançois Boulogne 80e8544067 Review threshold minimum 2016-06-02 10:32:00 +02:00
Alex Izvorski 1c6cc3c478 More specific description 2016-04-30 23:31:22 -07:00
Alex Izvorski 84c9254180 Add to contributors 2016-04-30 02:43:44 -07:00
Evgeni Burovski 2bc8538f9f MAINT: address review comments
* typos in comments
* handle the corner case of width-1 2D image
* vanity
* change up leftover <= to correct ==
2016-02-20 17:29:13 +00:00
Egor Panfilov f1abc51f85 DOC: Added credits for #1804 2016-01-18 09:07:42 +03:00
Johannes Schönberger 6e644c4aa6 Remove single author from header, fix typo
Functions in this file are from multiple authors, the original
author is attributed in the contributors section and the Git history.
2015-11-17 10:22:44 -05:00
Stefan van der Walt 27d46c93b5 Add 0.11 release notes 2015-03-03 23:41:32 -08:00
Stefan van der Walt 4cbd8fdf88 Add @msarahan to CONTRIBUTORS.txt 2015-03-02 08:33:12 -08:00
Jeremy Metz 09bb2c319c Moved contribution statement to CONTRIBUTORS.txt
* Amended docstring
2015-02-24 10:23:47 +00:00
kpk09 b06420fe6a Added Kevin Keraudren to the list of contributors: test and fix in feature.peak_local_max 2015-01-25 01:09:36 +00:00
salvatore 37a45a2b60 Contributor file updated .... very nice to be part of this beatiful scikit! 2014-12-21 00:05:56 +01:00
Matěj Týč fc0fdd2767 Update CONTRIBUTORS.txt 2014-12-04 21:14:44 +01:00
Ivana Kajić 98f41fb12b More detailed docu. Modified examples.
Added doctest skipping of matplotlib's commands.
2014-11-30 18:15:27 +00:00
RebeccaandStefan van der Walt 49acabc355 adding name to contributors 2014-11-07 16:04:53 +02:00
Alexey Umnov 9c4d4fc5a4 Updated CONTRIBUTORS.txt 2014-09-18 16:28:32 +04:00
Geoffrey French e6bda5accd Fix to skimage.filter.rank.windowed_histogram docstring.
Better explanation of technique in plot_windowed_histogram example, along with (hopefully correct) citations.
Relevant additions to release_dev.txt and CONTRIBUTORS.txt.
2014-09-01 23:41:03 +01:00
Adam Feuer 0ff30f6f4c added Adam Feuer (myself) to contributors file
- as per code review feedback from @stefanv
2014-08-06 21:17:01 -07:00
Vighnesh Birodkar 0f44e6f1ba added names in CONTRIBUTIRS.txt 2014-03-10 15:39:15 +05:30
radioxoma 08dae8e53c contrib 2014-01-10 22:32:34 +03:00
François Orieux cb687d1ac9 Small cleanup, keywords changes. 2013-12-10 22:45:15 +01:00
François Orieux beae90bbef Remove __author__ line and add in CONTRIBUTORS.txt 2013-12-10 22:45:09 +01:00
Jostein Bø Fløystad 7afae271dd Add contributors for phase unwrapping. 2013-11-22 12:59:35 +01:00
Jostein Bø Fløystad 51f94d83a9 Less verbose entry in CONTRIBUTORS. 2013-11-22 12:29:31 +01:00
Michael HansenandTony S Yu 2e98d8c21c Added novice submodule after rebase 2013-10-21 23:02:45 -05:00
François Boulogne 1a0f137679 Anti-aliasing 2013-10-02 17:25:15 +02:00
François Boulogne ed8521175b import Fedor's contribution 2013-10-02 17:23:37 +02:00
Riaan van den Dool c540ef11c9 Forgotten contribution by riaanvddool: skimage.io plugin - GDAL 2013-09-20 19:14:10 +02:00
radioxomaandradioxoma e41887c66d Codestyle improvement 2013-09-07 19:10:40 +03:00
Josh Warner (Mac) d2bc02c10b Credit myself for Marching Cubes 2013-09-02 20:23:00 -05:00
Matt Terry 42a2671a02 skimage attribution convention 2013-07-25 15:22:43 -07:00
Jostein Bø Fløystad 553767122b Add SART to contributors. 2013-07-05 13:36:55 +02:00
Stefan van der Walt 113267bd4d Merge pull request #577 from JDWarner/add_pad
ENH: Generalized N-dimensional array padding.
2013-06-22 20:51:51 -07:00
François Boulogne 73f6585d28 Hough transform for ellipses 2013-06-20 16:08:53 +02:00
Josh Warner (Mac) 20ae0a1ca2 FEAT: Generalized n-dimensional array padding
This PR exposes NumPy 1.8+ padding functionality to all
users of scikit-image, regardless of their personal NumPy
version.

The improved (much better scaling with dimensionality)
version introduced in NumPy 1.8 is used.
2013-06-19 09:10:06 -05:00
François Boulogne 00f387ed81 minor contrib. 2013-06-12 22:08:07 +02:00
François Boulogne 8b252bfc36 add contribution 2013-05-28 07:56:12 +02:00
Jostein Bø Fløystad d5629b1265 Update contributors 2013-05-27 21:47:56 +02:00
Stefan van der Walt 7d3594310d Fix Emmanuelle Gouillart's name in the contributors list. 2013-04-19 13:11:15 +02:00
Stefan van der Walt a41d74caa4 Merge pull request #441 from spotter/color_deconv
ENH: Adding color deconvolution for immunohistochemical images.
2013-03-14 06:04:22 -07:00
Xavier Moles Lopez f956f3257d FIX: Added myself in CONTRIBUTORS.txt 2013-03-14 13:59:15 +01:00
François Boulogne de2fa28b77 Docstring + J.S. modifications 2013-02-25 22:57:10 +01:00
François Boulogne ffeb64572f update contrib 2013-02-25 22:56:27 +01:00
Thouis (Ray) Jones ba1d27b357 move _histogram.h to _shared/vectorized_ops.h, and copyright info to CONTRIBUTORS.txt 2013-02-19 21:44:06 -05:00
François BoulogneandJohannes Schönberger dd41c9a654 add myself to contributors 2013-01-16 19:54:07 +01:00
Anders Boesen Lindbo Larsen 101bcc6a82 Add myself as contributor. 2012-12-27 20:44:08 +01:00
Steven Silvester 08ef1e9b75 Rebased to master, incorporated view_as_blocks, cleaned up interpolate method and example 2012-12-08 14:29:36 -06:00