Commit Graph

7153 Commits

Author SHA1 Message Date
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
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
Josh Warner 7a2b0a70f5 Merge pull request #1459 from vighneshbirodkar/seam_carving
FEAT: Seam Carving
2015-06-18 12:32:19 -05:00
dan 2516844cbd added missing visualization of the plot 2015-06-17 10:45:50 +02:00
Josh Warner 91f74fd6c6 Merge pull request #1536 from warmspringwinds/mb-lbp
FEAT: multi-block local binary patterns (MB-LBP)
2015-06-16 12:43:32 -05:00
Vighnesh Birodkar 85946c8eed Changed return type to bint and improved code comments 2015-06-16 19:48:14 +05:30
Josh Warner b4a3985c41 Merge pull request #1555 from sciunto/user_guide-joblib
DOC: Add link joblib website in userguide
2015-06-15 21:04:00 -05:00
Josh Warner 86624a2818 Merge pull request #1558 from blink1073/optimized-window
ENH: Create an optimal_step parameter for view_as_windows
2015-06-15 20:50:36 -05:00
dan 88e3ac45fc Documentation correction. 2015-06-15 22:12:02 +02:00
dan c3e23b0604 Changed x/y to r/c notation. Documentation correction. 2015-06-15 22:04:09 +02:00
Vighnesh Birodkar fee667b35c preallocated seam_buffer and added noil 2015-06-15 20:49:26 +05:30
Vighnesh Birodkar 958f410a5c Changes example explanation text 2015-06-15 20:47:24 +05:30
Vighnesh Birodkar e247e3bacc Precomputation optimizations and docstring changes 2015-06-15 20:19:52 +05:30
Steven Silvester 0ffe44a4f0 Ensure consistent handling of division 2015-06-14 20:19:13 -05:00
Steven Silvester 49967b412b Create an optimal step parameter for view_as_windows 2015-06-14 17:39:25 -05:00
François Boulogne 20e49b2ada add link joblib website 2015-06-13 20:36:11 -04:00
Dhruv Jawali 55fc07edb9 removed reduntant continue, added Cython flags and fixed negative indexing 2015-06-13 23:25:36 +05:30
dan fe85552596 changed documentation 2015-06-13 07:45:26 +02:00
dan 496e8c090e the function name was shortened to multiblock_lbp 2015-06-12 20:41:38 +02:00
dan cbe8f99f30 Documenatation correction 2015-06-12 07:50:38 +02:00
dan 68f627aca7 pep8. Documenatation correction. 2015-06-12 07:49:00 +02:00
dan 360d384633 used gray2rgb function. Code is more readable now. 2015-06-11 08:38:18 +02:00
dan 0e96098e49 small documentation correction 2015-06-11 08:01:26 +02:00
dan cc81bdb26b moved multiblocl_local_binary_pattern in python file in order for sphinx to be able to correctly creat documentation. 2015-06-11 07:52:06 +02:00
Josh Warner 7132df764e Merge pull request #1550 from jni/ndi
STY: Harmonize scipy.ndimage usage across the library
2015-06-10 22:16:00 -05:00
Juan Nunez-Iglesias 56d62b39be Split scipy.ndimage & spatial into different lines
This improves the readability of the import code and is in line with
PEP8 recommendations.
2015-06-11 11:36:48 +10:00
Vighnesh Birodkar 557354668e removed debug print in test 2015-06-11 01:04:46 +05:30
Vighnesh Birodkar 5a869dc70e Added code comments 2015-06-11 00:51:52 +05:30
Vighnesh Birodkar 3f9c800514 Modfied test to use new API and added code to remove remaining seams if any 2015-06-11 00:47:13 +05:30
Vighnesh Birodkar 17dc213477 pep8 changes 2015-06-11 00:26:57 +05:30
Vighnesh Birodkar 06220903a1 Formatting changes 2015-06-11 00:20:09 +05:30
Vighnesh Birodkar 1e49f49846 Added rocket image 2015-06-11 00:14:39 +05:30
Vighnesh Birodkar ae35dcceb4 docstring updates 2015-06-10 22:28:09 +05:30
Vighnesh Birodkar eac5663251 Changed signatures to use energy map 2015-06-10 21:39:09 +05:30
dan d20eae7cd1 small correction in documentation. 2015-06-10 11:43:05 +02:00
dan 61442e040e Switched to using integrate Cython function from skimage._shared. All changes were made to make it fit. 2015-06-10 11:38:20 +02:00
Juan Nunez-Iglesias 0a8fc08ec1 Specify ndimage as ndi import convention
... in CONTRIBUTING.txt for future contributions.
2015-06-10 15:12:34 +10:00
Steven Silvester 3434b19299 Merge pull request #1549 from JDWarner/fix_tiffile_c_replacement
FIX: Correct typo in local version of tifffile _replace_by
2015-06-09 16:42:25 -05:00
Vighnesh Birodkar 49037f69b0 added removal function 2015-06-10 00:11:03 +05:30
dan c4f8e0126b MBLBP is cdef function now. Corrected the example repeated imports. 2015-06-09 17:04:11 +02:00
dan fb6ef72a31 public MBLBP function created for users to safely use it. 2015-06-09 14:56:29 +02:00
dan d39434c30e MBLBP optimized by taking out constants definition out of function. Visualization function of MBLBP now supports colors and opacity. Examples are updated. 2015-06-09 14:18:58 +02:00
Juan Nunez-Iglesias 0d134987f9 Harmonize all ndimage usage across the library
Only two forms remain in use:

- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
2015-06-09 15:18:37 +10:00
Josh Warner (Mac) 8d8ac736ed DOC/STY: Fix whitespace, harmonize version with PyPi 0.4.1 2015-06-08 22:33:02 -05:00
Juan Nunez-Iglesias 82a5d0c5d9 Remove unused variable in example 2015-06-09 11:45:10 +10:00
Josh Warner (Mac) f81dfd84fd FIX: typo in local version of tifffile _replace_by 2015-06-08 17:20:10 -05:00
Vighnesh Birodkar 37d8a8447b Modifed code to use seam map 2015-06-08 23:11:57 +05:30