Commit Graph

585 Commits

Author SHA1 Message Date
Tony S Yu 8b0ddc264d Merge pull request #541 from emmanuelle/doc
Another minor doc-related PR
2013-05-26 14:14:02 -07:00
Johannes Schönberger de39f58308 Update installation instructions 2013-05-26 13:01:25 +02:00
Johannes Schönberger 35a73c25b8 Fix quick search description 2013-05-26 12:55:21 +02:00
Johannes Schönberger b0b7d113f8 Remove bold font from dt tags 2013-05-26 12:54:14 +02:00
Johannes Schönberger 71e7eb9a0d Fix styling of math and blockquote 2013-05-26 12:41:08 +02:00
Johannes Schönberger 17b2c4fd18 Escape latex math symbols 2013-05-26 12:21:13 +02:00
Johannes Schönberger 769d7d1245 Fix invalid index of reference 2013-05-26 12:20:37 +02:00
Johannes Schönberger 455fecd6aa Fix spelling 2013-05-17 19:28:45 +02:00
Johannes Schönberger 13bfd603f3 Add simple RANSAC example script 2013-05-06 18:25:15 +02:00
Johannes Schönberger 54e3757cb0 Wrap lines 2013-05-06 18:08:46 +02:00
Johannes Schönberger 01124f5bcc Use boolean mask for inlier return value of RANSAC 2013-05-06 18:08:21 +02:00
Johannes Schönberger ef7b82e116 Clarify SSD description 2013-05-06 07:04:17 +02:00
Johannes Schönberger 43b4e9efb1 Remove extra space 2013-05-06 07:02:37 +02:00
Johannes Schönberger 15e079a8c2 Remove unused shear argument 2013-05-04 11:46:07 +02:00
Johannes Schönberger d857c452d3 Add example matching script 2013-05-04 11:42:43 +02:00
Emmanuelle Gouillart 2585c5a248 Mentioned the Neurodebian repo in the install doc 2013-04-28 17:20:28 +02:00
Johannes Schönberger 2b505a33bd Replace all occurences of bresenham with line 2013-04-28 13:12:10 +02:00
Johannes Schönberger d0ee6ade61 Fix inconsistencies in examples and many more improvements 2013-04-27 16:47:33 +02:00
Johannes Schönberger 41007b417b Use numpy dtype rather than string 2013-04-27 16:14:04 +02:00
Johannes Schönberger 82ea5cf446 Rename mean filter example and improve description 2013-04-27 16:13:09 +02:00
Johannes Schönberger d7eb2dc9eb Add short description to edge filter example 2013-04-27 16:08:00 +02:00
Johannes Schönberger 727ed9212a Fix hough line examples 2013-04-27 15:59:37 +02:00
Tony S Yu 425d33b722 Merge pull request #528 from chintak/doc_morphology
Documentation for basic Morphology functions
2013-04-26 21:13:14 -07:00
Chintak Sheth 8987ef9327 .in to .com 2013-04-26 11:19:09 +05:30
Tony S Yu 42e47589f7 Merge branch 'pr/517' 2013-04-25 22:50:05 -05:00
Tony S Yu 5c3c75cd09 Minor cleanups
* PEP8 clean ups (space after commas, docstring spacing, prefer parentheses over line continuation)
* Simplify creation of test images.
* Use `plt.subplots` instead of state machine
* Minor wording modifications
2013-04-25 22:47:22 -05:00
Chintak Sheth 903d27d84a URL 2013-04-25 21:46:54 +05:30
Chintak Sheth b6afbf1c58 URL 2013-04-25 21:45:18 +05:30
Chintak Sheth 17b38c6679 Trailing _ 2013-04-25 20:11:49 +05:30
Chintak Sheth 7dfbac3d8e URL formatting 2013-04-24 02:50:15 +05:30
Nicolas Pinto 14992c8330 DOC: "gabors from lena" isn't under construction 2013-04-23 14:19:09 -07:00
Chintak Sheth 616f24ac31 End newline added and removed the .jpeg version 2013-04-23 21:27:36 +05:30
Chintak Sheth 45aeeac459 Added horse.png to skimage/data and added a horse() in the _init_.py in data subpackage 2013-04-23 21:14:02 +05:30
Chintak Sheth e5dab80e9c Clean, and implemented using horse.jpeg 2013-04-23 19:47:10 +05:30
Umesh 43c8858338 Updated Implementation of Roberts Algorithm 2013-04-21 17:19:18 -07:00
Marianne Corvellec 80114c026c Used instead of deprecated function. 2013-04-20 13:25:36 +08:00
Stefan van der Walt e6277b1ba4 Merge pull request #488 from sciunto/minor_docfix
ENH: Allow `hough_circle` to detect circles with centres outside the image.
2013-04-19 04:04:26 -07:00
François Boulogne 1780a8d2e7 add option full_output to hough_circ 2013-04-16 15:01:02 +02:00
Johannes Schönberger 9ddb9e42aa Rename development guidelines, so they are shown when opening a new PR 2013-04-10 00:00:45 +02:00
Tony S Yu 2838b97261 Merge pull request #371 from ahojnnes/gabor
Gabor filter
2013-04-07 14:12:41 -07:00
Tony S Yu ba12acdeb8 Update gabor example.
The parameter order to `gabor_filter` changed so this example was broken. Also, add plots of the Gabor responses to the demo.
2013-04-06 22:34:48 -05:00
François Boulogne f18be31822 Fix and improve example 2013-03-22 23:12:05 +01:00
François Boulogne 30af0a66a2 replace hough() by hough_line() in doc 2013-03-20 18:30:19 +01:00
François Boulogne ee915cd9ea Merge branch 'docstring' of github.com:sciunto/scikit-image 2013-03-20 08:37:54 +01:00
François Boulogne cebc9839e4 Fix mistake in example 2013-03-19 21:18:30 +01:00
Johannes Schönberger f80cd8114b Replace ndimage.zoom function in radon transform example with builtin skimage function 2013-03-17 10:57:08 +01:00
Johannes Schönberger 045f64a00d Explicitly import local_binary_pattern function 2013-03-17 10:54:35 +01:00
Johannes Schönberger c475581aa2 Replace rotate function of local binary pattern example with builtin skimage function 2013-03-17 10:54:05 +01:00
Johannes Schönberger 7f755e83db Remove unused import 2013-03-17 10:50:32 +01:00
Johannes Schönberger 96f08e68d0 Use nearest neighbour interpolation to avoid different labels 2013-03-17 10:48:59 +01:00