Commit Graph

8295 Commits

Author SHA1 Message Date
François Boulogne f25d93c511 Add see also 2016-06-18 20:20:34 +02:00
François Boulogne ee42b2bc39 Import matplotlib inside _try_all 2016-06-18 20:20:34 +02:00
François Boulogne 361eee970b Add thresholding 2016-06-18 20:20:34 +02:00
François Boulogne 476f6bd8f2 switch doc format to sphinx-gallery 2016-06-18 20:20:34 +02:00
François Boulogne 6442bf5f0c Use gray cmap 2016-06-18 20:20:33 +02:00
François Boulogne c8f0611a54 ADD mean and triangle thres 2016-06-18 20:20:33 +02:00
François Boulogne b66c010eab DOC: add minimum to the list 2016-06-18 20:20:33 +02:00
François Boulogne 36d56b956d DOC: some improvements 2016-06-18 20:20:33 +02:00
François Boulogne 0a19def60c DOC: Gather threshold algo in gallery 2016-06-18 20:20:33 +02:00
François Boulogne 690db877fd Add threshold_minimum to try_all 2016-06-18 20:20:33 +02:00
François Boulogne 12fabff65f Some corrections 2016-06-18 20:20:33 +02:00
François Boulogne ecb84e7362 DOC: illustrate mosaic in gallery 2016-06-18 20:20:33 +02:00
François Boulogne 20f33e18fe DOC: add mosaic_threshold 2016-06-18 20:20:33 +02:00
François Boulogne a7cf3cbd52 DOC: rename thresholding example 2016-06-18 20:20:32 +02:00
François Boulogne b74ea8222d ENH: add mosaic 2016-06-18 20:20:32 +02:00
Johannes Schönberger c3b8f485d3 Merge pull request #2159 from soupault/depr_013_filt
Remove deprecared {h/v}sobel, {h/v}prewitt, {h/v}scharr, roberts_{positive/negative} filters
2016-06-18 19:43:07 +02:00
Egor Panfilov 5f891dedc3 Removed deprecared sobel, prewitt, scharr, roberts filters 2016-06-18 18:53:59 +03:00
Juan Nunez-Iglesias b887cde691 Merge pull request #2095 from ThomasWalter/cooc
Add uint16 images support for co-occurrence matrix
2016-06-17 14:11:08 -04:00
Juan Nunez-Iglesias a7d43e548e Merge pull request #2145 from sciunto/docstring
Docstring
2016-06-16 18:51:11 -04:00
Juan Nunez-Iglesias c7f386b955 Merge pull request #2149 from ahojnnes/graphicsgems
Fix outdated GraphicsGems link
2016-06-16 18:50:09 -04:00
walter 6c47bd49dd tests for image types added 2016-06-16 10:33:11 +02:00
François Boulogne 9339943797 Merge pull request #2143 from soupault/fix_2125
Move `skimage.measure.label` references to the docstring
2016-06-15 17:24:54 +02:00
walter ed34d9f014 added a test for different data types 2016-06-15 12:57:55 +02:00
walter 2147812ab4 small corrections on the doc string 2016-06-14 16:40:21 +02:00
Johannes Schönberger 8e928a6243 Fix outdated GraphicsGems link 2016-06-14 12:04:08 +02:00
François Boulogne 6032870897 DOC: remove warning 2016-06-12 22:17:33 +02:00
François Boulogne 323e9ff500 DOC: optional tag to optional args 2016-06-12 21:05:06 +02:00
François Boulogne 41e9c8d91a DOC: explicit default value behavior 2016-06-12 21:00:07 +02:00
François Boulogne 57438a8d26 DOC: remove wrong math tags 2016-06-12 20:59:49 +02:00
Egor Panfilov 45d11909b9 Moved references to docstring 2016-06-12 18:25:13 +03:00
walter 6a059867ba removed commented code lines; fused types work now. 2016-06-10 13:13:48 +02:00
walter 3b8be94d74 fused types 2016-06-10 13:11:30 +02:00
walter cece5e005c small modifications 2016-06-10 12:04:52 +02:00
Egor Panfilov 2616f94e62 Merge pull request #2126 from sciunto/mean_triangle_threshold
Implement mean and triangle thresholding
2016-06-10 11:18:07 +03:00
François Boulogne fc1192ae15 ENH: implement mean and triangle thresholding 2016-06-10 00:27:15 +02:00
Juan Nunez-Iglesias 40c7d7f8d5 Merge pull request #2136 from ahojnnes/ax-pep
Fix indentation for example script
2016-06-08 23:39:50 -07:00
Johannes Schönberger 988689431d Fix indentation for example script 2016-06-09 08:37:36 +02:00
Johannes Schönberger 9397f99473 Merge pull request #2089 from sciunto/bugfix
DOC ENH + API fix on houghline transform
2016-06-09 08:33:40 +02:00
Johannes Schönberger 31e884207a Merge pull request #2129 from sciunto/axes
DOC: refactor axes with lists
2016-06-09 08:18:31 +02:00
Johannes Schönberger d7540b8a2e Merge pull request #2128 from sciunto/gallery_title
DOC: make a title shorter in gallery
2016-06-08 13:11:26 +02:00
François Boulogne f877491f58 DOC: refactor axes with lists 2016-06-07 16:31:02 +02:00
Egor Panfilov 47d0aa9d62 Merge pull request #2078 from emmanuelle/sphinx-gallery
Sphinx gallery for example gallery
2016-06-07 17:22:48 +03:00
emmanuelle 8b2dbd56e5 Minor fixes and improvements: PEP8, appearance, etc.
Removed a clumsy workaround (about paths)

Fixed links to image files to fix sphinx warning.

Removed non-ascii character

Another non ascii character

And another non-ascii character... (to be squashed later on)

Corrected some typos in the docstrings of sphinx-gallery files

These corrections have also been submitted as a patch to the original
sphinx-gallery project (#121)

Corrected the appearance of two examples of the gallery

Tweaked CSS for larger images

Added sphinx-gallery's license and a README.txt about the origin of
this directory.

Edited gabor_from_astronaut example for nicer popup

PEP 8 + minor fixes

Removed commented lines of code
2016-06-06 17:30:44 +02:00
walter e18e572f35 fixed doc strings and commentaries 2016-06-06 17:16:38 +02:00
walter 02b21fdfe3 behaviour for 16 bit images matches behaviour for 8 bit images. 2016-06-06 17:12:57 +02:00
François Boulogne 9c51c154ba DOC: make the title shorter 2016-06-05 17:29:53 +02:00
Johannes Schönberger 979514206b Merge pull request #2104 from sciunto/threshold-minimum
Add threshold minimum algorithm
2016-06-02 17:15:21 +02:00
François Boulogne ea9180f754 more concise writting 2016-06-02 13:38:32 +02:00
François Boulogne 8c9d8926c8 Minor enhancements 2016-06-02 13:35:36 +02:00
François Boulogne aea36e89d1 use break instead of exception 2016-06-02 10:32:00 +02:00