Commit Graph

508 Commits

Author SHA1 Message Date
Stefan van der Walt 2cfd075adb Merge pull request #538 from ahojnnes/examples-travis
TST: Let Travis run all examples.
2013-05-29 03:53:47 -07:00
François Boulogne 192fb30f7f pep8 2013-05-28 07:56:56 +02:00
François Boulogne 2131a9ddfd rename function bezier_curve to bezier_segment 2013-05-28 07:56:55 +02:00
François Boulogne e2dbc48e5d docstring 2013-05-28 07:56:12 +02:00
François Boulogne 328e54fa13 minor fixes 2013-05-28 07:56:12 +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
Tony S Yu fa01b936a6 API Change: image_label2rgb changed to label2rgb.
The name change reflects a switch in the argument order (and makes the image an optional argument).
2013-05-06 00:28:11 -05:00
Tony S Yu 29a29721c8 DOC: Change more examples to use image_label2rgb 2013-05-06 00:25:01 -05:00
Tony S Yu 19fdad15b9 Add image_label2rgb 2013-05-06 00:25:01 -05: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
Johannes Schönberger 2b505a33bd Replace all occurences of bresenham with line 2013-04-28 13:12:10 +02:00
Johannes Schönberger b909aa692b Convert to ubyte dtype explicitly 2013-04-28 12:50:11 +02:00
Johannes Schönberger 529d46a67b Convert to ubyte dtype explicitly for python 3 2013-04-28 11:11:30 +02:00
Johannes Schönberger fd4716340e Add missing trailing space to print statement 2013-04-28 10:31:17 +02:00
Johannes Schönberger 9487ba7913 Add missing future import 2013-04-28 10:19:14 +02:00
Johannes Schönberger 5f4dd4ed5f Fix print statement for Python 3 2013-04-28 10:18:59 +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
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 30af0a66a2 replace hough() by hough_line() in doc 2013-03-20 18:30:19 +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