Steven Silvester
19ede51fb0
Merge pull request #1594 from stefanv/doc/remove_toc
...
Remove invalid link to table of contents (closes #1593 )
2015-07-12 14:37:20 -05:00
Stefan van der Walt
80397bd562
Merge pull request #1584 from JDWarner/enh_make_clean
...
ENH: `make clean` now removes compiled .c and .pyd files
2015-07-12 13:05:24 -05:00
Josh Warner (Mac)
1d1a1a776d
Remove only .c files associated with .pyx source.
2015-07-12 13:04:21 -05:00
Josh Warner
81d89b5518
Merge pull request #1598 from stefanv/bug/line_aa_horiz_vert
...
FIX: Fix and clean up anti-aliased line drawing
2015-07-12 12:27:33 -05:00
Stefan van der Walt
b4320ebcb5
Merge pull request #1597 from library111/DocumentationChanges
...
Novice module documentation improvements
2015-07-12 12:27:19 -05:00
Stefan van der Walt
0b983c1d28
Merge pull request #1596 from david1koeller/novice_picture_fixes
...
Fix notebook display in novice module
2015-07-12 12:10:29 -05:00
David Koeller
d4d3eaa1f1
Remove Picture.scale and Picture._rescale from novice module
...
The scale and rescale function was never used in the novice module.
These functions are extraneous in a novice code, and have no purpose there.
Also updated tests.
2015-07-12 11:47:07 -05:00
Stefan van der Walt
f2401190c3
Merge pull request #1600 from michaelpacer/fix_docs_sprint
...
Remove tutorial links listed twice in user guide
2015-07-12 11:37:53 -05:00
michaelpacer
b140665f7e
fixed documentation to remove redundant links
2015-07-12 11:19:27 -05:00
David Koeller
d9213bedde
Fix notebook display bug for novice module
...
io.Image was previously removed, but the novice Picture still depended on it.
Now moved the relevant functionality back into the Picture class.
2015-07-12 11:07:21 -05:00
Stefan van der Walt
5eebce97ae
Rename starting point of line
2015-07-12 09:47:42 -05:00
Stefan van der Walt
a659aa1acc
Fix and clean up anti-aliased line drawing ( closes #1563 )
2015-07-11 18:39:37 -05:00
Leena P
80629c34bb
Use a simpler operator in the novice tutorial
...
Using a more explicit series of operations is simpler than using the
compound "=/" operator, which may be unfamilar to newer users of Python.
2015-07-11 18:23:49 -04:00
Leena P
45eecd09d2
Updated novice module tutorial to show images
...
Providing visual feedback to a new user, by displaying their image, will
make a much friendlier introduction to Scikit Image.
2015-07-11 18:23:28 -04:00
Leena P
8035ce72a5
Clarified that Bento Building is an alternative
2015-07-11 18:23:02 -04:00
Stefan van der Walt
5f0e9a6f0f
Remove invalid link to table of contents ( closes #1593 )
2015-07-11 16:32:26 -05:00
Josh Warner
661b8e60c0
Merge pull request #1573 from jni/contributing-array-coords
...
DOC: Add array coords and Cython-Python wrapping to new contributors guide
2015-07-11 00:10:42 -05:00
Josh Warner (Mac)
9bfcd44cc8
ENH: make clean now removes compiled .c and .pyd files.
2015-07-07 19:04:35 -05:00
Josh Warner
3ce57f244b
Merge pull request #1576 from belltailjp/fix-broken-link-to-daisy-implementation
...
DOC: Fix broken hyperlink to daisy code
2015-07-04 11:38:37 -05:00
Josh Warner
17a1121e42
Merge pull request #595 from TimSC/fasthog
...
ENH: Fast, Cython based hog implementation
2015-07-04 10:49:56 -05:00
Daichi SUZUO
55f798109c
Fix a broken link to daisy code
2015-07-04 18:39:02 +09:00
Juan Nunez-Iglesias
0c58501dc7
Merge pull request #1572 from csachs/cython_skeletonize
...
fast Cython based skeletonize implementation
2015-07-01 19:05:04 +10:00
Josh Warner
360892c9de
Merge pull request #1553 from blink1073/tifffile-package
...
FIX: Use files from tifffile 0.6.2 package
2015-06-30 16:22:46 -05:00
Juan Nunez-Iglesias
cba1cb1e1f
Add blank line after ref to keep Sphinx happy ;)
2015-07-01 00:47:19 +10:00
Christian Sachs
639a046611
fixed intra docstring reference links
2015-06-30 16:33:03 +02:00
Juan Nunez-Iglesias
eb8aaeb61d
Use Sphinx links to reference from contributing guide
2015-06-30 23:37:30 +10:00
Christian Sachs
2de03d018a
reordered code according to PEP8, modified docstring
2015-06-30 15:07:04 +02:00
Juan Nunez-Iglesias
e1afe7e65a
Ask contributors to wrap Cython functions in Python
2015-06-30 22:49:48 +10:00
Juan Nunez-Iglesias
f5bf1dd3b9
Point contributors to coordinate conventions
2015-06-30 22:49:21 +10:00
Christian Sachs
f54c254421
fixed docstrings, renamed variables for clarity, removed old skeletonize function body
2015-06-30 09:39:25 +02:00
Christian Sachs
5301a9a8e3
added faster, Cython based skeletonize function
2015-06-29 22:11:22 +02:00
Juan Nunez-Iglesias
6d63b80bb2
Merge pull request #1524 from bennlich/faster-skimage-draw-ellipse
...
skimage.draw.ellipse speedups
2015-06-26 16:29:03 +10:00
Juan Nunez-Iglesias
9923aaddb0
Merge pull request #1568 from sciunto/threshold_li_fix
...
attempt to fix #1567 (threshold_li should not modify the input image)
2015-06-26 01:24:27 +10:00
François Boulogne
6f1e84de95
attempt to fix #1567
...
add asseert_ND=2 to all threshold functions
Simpler writing, less cases
Fix variable name
2015-06-25 05:11:21 -04:00
bennlich
23670b4f02
Explicitly cast upper_left and lower_right to ints
2015-06-24 08:46:57 -07:00
Tim Sheerman-Chase
70a0ed58d5
Merge pull request #8 from ClinicalGraphics/fasthog
...
Fasthog
2015-06-19 18:02:43 +01:00
Ivo Flipse
cd30e010d5
Also added a nogil context manager to hoghistograms
2015-06-19 16:01:52 +02:00
Ivo Flipse
691beaa59f
Adding nogil to cell_hog
2015-06-19 15:49:48 +02:00
Tim Sheerman-Chase
8d31edb773
Merge pull request #7 from ClinicalGraphics/fasthog
...
Fixed the lines that were failing the tests
2015-06-19 09:40:17 +01:00
Ivo Flipse
51e683f665
I hadn't realized I was reusing cc in the loop, so it would crash after one iteration.
...
And I had changed the second orientation, which probably wasn't correct
2015-06-19 08:51:54 +02:00
Tim Sheerman-Chase
f426800439
Merge pull request #6 from ClinicalGraphics/fasthog
...
Fasthog
2015-06-18 21:49:14 +01:00
Ivo Flipse
167c8eeeb6
I hadn't realized when I changed orientations to an array, that its actually just an int and the original code said range(orientations), so I changed it to np.arange(orientations). Hopefully the tests will now pass again
2015-06-18 22:08:34 +02:00
Ivo Flipse
2500c21b12
Converted orientation and magnitude to typed memory view. Also changed gradient_columns and gradient_rows, hopefully in the right way.
2015-06-18 22:07:28 +02:00
Ivo Flipse
3d85503472
Renamed x to rows and y to columns, though I might have still missed it in some spots.
...
Indented the long if statements and put continue on a new line
Precomputed the range start and stop values
Defined additional variables
2015-06-18 22:03:21 +02:00
Ivo Flipse
bea9886a12
I noticed that cy+cy and cx+cx was repeated in the inner-most loop as well
2015-06-18 22:01:44 +02:00
Josh Warner
be5f6fdc3f
Merge pull request #1562 from warmspringwinds/example_correction
...
DOCFIX: Add missing visualization of MB-LBP plot
2015-06-18 12:47:24 -05:00
Steven Silvester
b980e7bb98
Use files from tifffile 0.6.2 package
...
Use files from tifffile 0.6.0 package
Skip failing doctests
Skip failing doctests
Fix doctest skipping
Skip another doctest
Skip another doctest
Bump to tifffile 0.6.1 and add test
Use latest tifffile
Sync with 0.6.2
Skip doctests
Skip one more doctest
Another doctest skip
Use relative import in test
Fix import and failing doctest
2015-06-18 12:41:06 -05:00
Josh Warner
7a2b0a70f5
Merge pull request #1459 from vighneshbirodkar/seam_carving
...
FEAT: Seam Carving
2015-06-18 12:32:19 -05:00
Tim Sheerman-Chase
83739644ec
Merge pull request #5 from ClinicalGraphics/fasthog
...
Fasthog
2015-06-18 18:19:35 +01:00
Ivo Flipse
ded652c2ab
Moved more computations out of loops and added division from future
2015-06-18 18:55:32 +02:00