Commit Graph

3225 Commits

Author SHA1 Message Date
Johannes Schönberger 6cae50cd40 Add __all__ to morphology package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 9d4647dca6 Add __all__ to measure package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 3e278fadb4 Add __all__ to graph package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 927d91239e Add __all__ to rank filter package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 702c1773b7 Add __all__ to filter package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 2ba3dd9baf Add __all__ to feature package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 94e7fb9821 Add __all__ to draw package 2013-04-28 23:20:00 +02:00
Johannes Schönberger 89f0c0c1b5 Add __all__ to data package 2013-04-28 23:18:51 +02:00
Johannes Schönberger 4fce7b3b55 Explicitly import color functions 2013-04-28 23:18:51 +02:00
Johannes Schönberger 36a915d5c1 Add __all__ to exposure package 2013-04-28 23:18:51 +02:00
Johannes Schönberger 17f202b013 Add __all__ to color package 2013-04-28 23:18:51 +02:00
Tony S Yu f607a65c75 Merge pull request #539 from ahojnnes/bresenham-deprecate
Deprecate bresenham function
2013-04-28 09:28:42 -07:00
Johannes Schönberger 2b505a33bd Replace all occurences of bresenham with line 2013-04-28 13:12:10 +02:00
Johannes Schönberger 980aff5bdb Deprecate bresenham function 2013-04-28 13:11:07 +02:00
Tony S Yu 503a50905e Merge pull request #537 from ahojnnes/examples-fix
Fix examples
2013-04-27 08:53:15 -07: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 004c8ceb0e Merge branch 'pr/531' 2013-04-25 23:14:07 -05:00
Tony S Yu f2ace75369 Fixes to make doctests pass. 2013-04-25 23:13:41 -05:00
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
Johannes Schönberger 35d2dba5fa Merge pull request #535 from JDWarner/fix_mcp
Fix Cython 0.19 build error on Python 2.7
2013-04-24 22:40:31 -07:00
Josh Warner (Mac) 0eea2a48fe Fix Cython 0.19 build error due to global wraparound=False 2013-04-24 21:47:37 -05:00
Chintak Sheth 494c1a14a3 Minor changes 2013-04-24 23:07:34 +05:30
Emmanuelle Gouillart 5123692f45 Blank lines in reconstruction docstring for nicer display 2013-04-23 23:56:07 +02:00
Stefan van der Walt 1576b37f5c Merge pull request #530 from npinto/patch-2
DOC: "gabors from lena" isn't under construction.
2013-04-23 14:33:56 -07:00
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
umesh 18839cdf08 Updated Test Case 2013-04-23 08:43:05 -07:00
Chintak Sheth e5dab80e9c Clean, and implemented using horse.jpeg 2013-04-23 19:47:10 +05:30
Stefan van der Walt 54d7fca5d3 Merge pull request #527 from JDWarner/tempfix_use_old_cython
TST: Temporarily use Cython 0.18 to restore normal Travis builds.
2013-04-23 04:10:54 -07:00
umesh 9c6cd7dbd9 Final Roberts Edge Detector 2013-04-23 01:16:29 -07:00
Josh Warner (Mac) 0b3a7efe03 temporarily use Cython 0.18 to restore normal Travis builds 2013-04-23 01:03:33 -05:00
Josh Warner 33811074fc Merge pull request #526 from sciunto/fixtravis 2013-04-22 22:22:03 -07:00
root f417a45a97 Updated function names[Robert's Edge Detection] 2013-04-22 15:29:25 -07:00
François Boulogne 67bbf2a537 readability 2013-04-22 21:42:16 +02:00
François Boulogne 0586046d59 fix travis complaint 2013-04-22 21:27:54 +02:00
Johannes Schönberger 2a4a12bb87 Merge pull request #525 from stefanv/felzenwalb_32
BUG: Fix integer type in Felzenwalb cython.
2013-04-22 12:17:02 -07:00
Stefan van der Walt e1b44240a6 Merge pull request #515 from tonysyu/fix/imread-url-bug
ENH: Fix imread from urls on some backends.
2013-04-22 09:12:06 -07:00
Stefan van der Walt 81479ca591 BUG: Fix integer type in Felzenwalb cython. 2013-04-22 17:27:01 +02:00