Commit Graph
8139 Commits
Author SHA1 Message Date
Olivier Debeir f0d2015993 fix >80 linelength 2015-09-02 16:11:10 +02:00
Olivier Debeir f5e4a5e44d remove import/blank lines 2015-09-02 16:01:13 +02:00
Johannes Schönberger b21f01ddfd Merge pull request #1684 from juliusbierk/hough-circle-input
hough_circle radius accepts scalars and lists
2015-09-02 09:26:25 -04:00
tv 3bdab63437 Show only Scharr filter result, removed plots of Sobel and Prewitt filter results. Reworked corresponding paragraph. 2015-09-01 22:28:21 +01:00
John Wiggins b91f6acb8f Remove imread from the optional requirements for 2.7 2015-09-01 19:58:08 +02:00
John Wiggins 0e46d2cd82 Make sure the pip in the virtualenv is upgraded.
Additionally, list the installed packages after each of the two installation
phases.
2015-09-01 08:59:15 +02:00
Steven Silvester 0ff4b8f2e4 Merge pull request #1687 from connellybarnes/master
fix scikit-image bug #1680 (grayscale png round trip fails) and add u…
2015-08-31 22:16:56 -05:00
Steven Silvester 7b5d82d878 Merge pull request #1688 from robintw/add-make-bat-for-docs
Added make.bat file for building docs on Windows
2015-08-31 22:16:16 -05: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
John Wiggins 8a5cc800cb Revert pip cache changes. Use pip's built-in retry. 2015-08-31 20:26:22 +02:00
Julius Bier Kirekgaard 7c30f36d85 Active contour example added 2015-08-31 19:12:35 +01:00
Olivia a5ba186f80 Added new _supported_types function and new line at end 2015-08-31 19:11:43 +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
François Boulogne b2a26320a9 [DOC] add favicon 2015-08-31 16:51:16 +02:00
Connelly Barnes 28a4fcd37e fix permissions issue in test_pil.py function test_png_round_trip() 2015-08-30 21:20:28 -04:00
Olivia 9bfbcfcef3 Removed extraneous print statement 2015-08-30 23:15:04 +01:00
Olivia 9ea085fd6f Added new functionality to remove small holes from images.
This is currently working with **kwargs except for inplace
which I cannot get working. It works with arrays of type int
but returns an array of type bool. Possibly in future add
labelling for arrays of type int. A UserWarning is produced
when using arrays of type int which seems to work normally
but the test created for this does not pick up the warning.

Any assistance on these issues would be helpful. I started
this at EuroScipy 2015 and this fixes issue #1642
2015-08-30 23:05:15 +01:00
Robin Wilson 27730d11ab Added make.bat file for building docs on Windows
This is usually created automatically by sphinx-quickstart, but seems
to be missing in skimage. It caused a number of problems for Windows
users during the EuroSciPy 2015 sprints.
2015-08-30 23:05:12 +01:00
Robin Wilson 5cf7a2013d Fixed tests to use assertRaises as a function not a context manager 2015-08-30 22:49:24 +01:00
Connelly Barnes 4ca1f49d20 fix scikit-image bug #1680 (grayscale png round trip fails) and add unit test 2015-08-30 11:51:04 -04: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
John Wiggins 05e6c0cb76 Fix some things on Travis
- Now using the latest pip
- imread wasn't actually being installed
- Optional package installation uses a requirements file
- `python setup.py develop` instead of the previous two-step.
2015-08-30 13:50:03 +02:00
emmanuelle 84ac53824d [ENH] Fixed some PEP8 issues in example gallery. 2015-08-30 12:28:40 +02:00
Emmanuelle Gouillart 069c575955 Merge pull request #1659 from rougier/gallery-cleaning
Gallery example improvement
2015-08-30 11:49:34 +02:00
Juan Nunez-Iglesias b630f54e13 Merge pull request #1671 from jwiggins/fix-cubehelix-ref
Replace cubehelix with the viridis colormap in the RAG drawing example
2015-08-30 10:40:48 +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
Nicolas Rougier 6c421cd366 Fix style (pep8) 2015-08-30 09:35:44 +02:00
Robin Wilson 98bf488241 Fixed indentation 2015-08-29 23:26:22 +01: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
Robin Wilson 9f878affbc Renamed keyword arg to use_quantiles 2015-08-29 16:25:42 +01: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
Robin Wilson f9887e61e5 Added test for invalid quantile inputs 2015-08-29 14:14:13 +01:00
Robin Wilson 5f0665c99b Raise ValueError if quantile thresholds outside of [0, 1] - and updated docs 2015-08-29 13:46:56 +01:00
odebeir 35341bed13 merge entropy examples+add description 2015-08-29 13:27:16 +02:00
odebeir f8afc07d80 pep8 2015-08-29 12:55:24 +02:00
Juan Nunez-Iglesias ae17d88637 Merge pull request #1673 from oew1v07/watershed_markers
Updated the explanation of the watershed markers example.
2015-08-29 11:44:41 +01:00
Nicolas Rougier 21f655edf7 Merge branch 'gallery-cleaning' of github.com:rougier/scikit-image into gallery-cleaning
* 'gallery-cleaning' of github.com:rougier/scikit-image:
  Rescale intensity to enhance image output
  Switched lena for astronaut
  Remove ticks, add titles and reverse color such that contours are visible
2015-08-29 11:43:12 +02:00
Nicolas Rougier 1bc1688b97 Rescale intensity to enhance image output 2015-08-29 11:42:42 +02:00
Nicolas Rougier b459107f89 Switched lena for astronaut 2015-08-29 11:42:42 +02:00
Nicolas Rougier e9cf4027e0 Remove ticks, add titles and reverse color such that contours are visible 2015-08-29 11:42:42 +02:00
Emmanuelle Gouillart d69960973b Merge pull request #1675 from dpshelio/titles
Gallery - Fixing titles of some plots
2015-08-29 11:31:42 +02:00
Olivia 81ba4db3b1 Split comment into two lines 2015-08-29 10:02:15 +01:00
David PS 64f8d44314 Titles of the plots for the wathershed example not seeing for the margins of the plot. 2015-08-29 10:00:15 +01:00
Olivia 8ad487e059 Split comment into two rows 2015-08-29 09:54:09 +01:00