Commit Graph

  • b4a3985c41 Merge pull request #1555 from sciunto/user_guide-joblib Josh Warner 2015-06-15 21:04:00 -05:00
  • 86624a2818 Merge pull request #1558 from blink1073/optimized-window Josh Warner 2015-06-15 20:50:36 -05:00
  • c37fc9ec20 Update _hog.py Ivo Flipse 2015-06-15 22:51:30 +02:00
  • 502377e9ce Update _hoghistogram.pyx Ivo Flipse 2015-06-15 22:49:20 +02:00
  • 88e3ac45fc Documentation correction. dan 2015-06-15 22:12:02 +02:00
  • c3e23b0604 Changed x/y to r/c notation. Documentation correction. dan 2015-06-15 22:04:09 +02:00
  • fee667b35c preallocated seam_buffer and added noil Vighnesh Birodkar 2015-06-15 20:49:26 +05:30
  • 958f410a5c Changes example explanation text Vighnesh Birodkar 2015-06-15 20:47:24 +05:30
  • e247e3bacc Precomputation optimizations and docstring changes Vighnesh Birodkar 2015-06-15 20:19:52 +05:30
  • ca737e9d85 Merge pull request #3 from ClinicalGraphics/fasthog Tim Sheerman-Chase 2015-06-15 15:26:52 +01:00
  • ecdf71d14d Switched to memory view syntax. Korijn van Golen 2015-06-15 15:41:18 +02:00
  • 753523791a Merge pull request #2 from ClinicalGraphics/fasthog Tim Sheerman-Chase 2015-06-15 14:40:02 +01:00
  • aedf63f1f7 Switched to cnp where applicable. Korijn van Golen 2015-06-15 15:25:30 +02:00
  • 3719ff216c Updated docstrings. Korijn van Golen 2015-06-15 13:14:34 +02:00
  • c756d2d492 Partially fulfilled code review. Korijn van Golen 2015-06-15 11:49:21 +02:00
  • 5aad171d13 Add _hoghistogram.pyx to bento.info Tim Sheerman-Chase 2013-07-10 19:58:11 +01:00
  • 2e56e685d8 change import syntax for python 3 Tim Sheerman-Chase 2013-07-10 19:06:52 +01:00
  • d55135ddbb Fix comments and tab whitespace Tim Sheerman-Chase 2013-06-19 09:45:26 +01:00
  • f09907961a Initial attempt at optimising HOG features with cython Tim Sheerman-Chase 2013-06-19 09:39:22 +01:00
  • 0ffe44a4f0 Ensure consistent handling of division Steven Silvester 2015-06-14 20:19:13 -05:00
  • 49967b412b Create an optimal step parameter for view_as_windows Steven Silvester 2015-06-14 17:39:25 -05:00
  • 20e49b2ada add link joblib website François Boulogne 2015-06-13 20:36:11 -04:00
  • 55fc07edb9 removed reduntant continue, added Cython flags and fixed negative indexing Dhruv Jawali 2015-06-13 23:25:36 +05:30
  • fe85552596 changed documentation dan 2015-06-13 07:45:26 +02:00
  • 496e8c090e the function name was shortened to multiblock_lbp dan 2015-06-12 20:41:38 +02:00
  • cbe8f99f30 Documenatation correction dan 2015-06-12 07:50:38 +02:00
  • 68f627aca7 pep8. Documenatation correction. dan 2015-06-12 07:49:00 +02:00
  • 360d384633 used gray2rgb function. Code is more readable now. dan 2015-06-11 08:38:18 +02:00
  • 0e96098e49 small documentation correction dan 2015-06-11 08:01:26 +02:00
  • cc81bdb26b moved multiblocl_local_binary_pattern in python file in order for sphinx to be able to correctly creat documentation. dan 2015-06-11 07:52:06 +02:00
  • 7132df764e Merge pull request #1550 from jni/ndi Josh Warner 2015-06-10 22:16:00 -05:00
  • 56d62b39be Split scipy.ndimage & spatial into different lines Juan Nunez-Iglesias 2015-06-11 11:36:48 +10:00
  • 557354668e removed debug print in test Vighnesh Birodkar 2015-06-11 01:04:46 +05:30
  • 5a869dc70e Added code comments Vighnesh Birodkar 2015-06-11 00:51:52 +05:30
  • 3f9c800514 Modfied test to use new API and added code to remove remaining seams if any Vighnesh Birodkar 2015-06-11 00:47:13 +05:30
  • 17dc213477 pep8 changes Vighnesh Birodkar 2015-06-11 00:26:57 +05:30
  • 06220903a1 Formatting changes Vighnesh Birodkar 2015-06-11 00:20:09 +05:30
  • 1e49f49846 Added rocket image Vighnesh Birodkar 2015-06-11 00:14:39 +05:30
  • ae35dcceb4 docstring updates Vighnesh Birodkar 2015-06-10 22:28:09 +05:30
  • eac5663251 Changed signatures to use energy map Vighnesh Birodkar 2015-06-10 21:39:09 +05:30
  • d20eae7cd1 small correction in documentation. dan 2015-06-10 11:43:05 +02:00
  • 61442e040e Switched to using integrate Cython function from skimage._shared. All changes were made to make it fit. dan 2015-06-10 11:38:20 +02:00
  • 0a8fc08ec1 Specify ndimage as ndi import convention Juan Nunez-Iglesias 2015-06-10 15:12:34 +10:00
  • 3434b19299 Merge pull request #1549 from JDWarner/fix_tiffile_c_replacement Steven Silvester 2015-06-09 16:42:25 -05:00
  • 49037f69b0 added removal function Vighnesh Birodkar 2015-06-10 00:11:03 +05:30
  • c4f8e0126b MBLBP is cdef function now. Corrected the example repeated imports. dan 2015-06-09 17:04:11 +02:00
  • fb6ef72a31 public MBLBP function created for users to safely use it. dan 2015-06-09 14:56:29 +02:00
  • d39434c30e MBLBP optimized by taking out constants definition out of function. Visualization function of MBLBP now supports colors and opacity. Examples are updated. dan 2015-06-09 14:18:58 +02:00
  • 0d134987f9 Harmonize all ndimage usage across the library Juan Nunez-Iglesias 2015-06-09 15:18:37 +10:00
  • 8d8ac736ed DOC/STY: Fix whitespace, harmonize version with PyPi 0.4.1 Josh Warner (Mac) 2015-06-08 22:33:02 -05:00
  • 82a5d0c5d9 Remove unused variable in example Juan Nunez-Iglesias 2015-06-09 11:45:10 +10:00
  • f81dfd84fd FIX: typo in local version of tifffile _replace_by Josh Warner (Mac) 2015-06-08 17:20:10 -05:00
  • 37d8a8447b Modifed code to use seam map Vighnesh Birodkar 2015-06-08 23:11:57 +05:30
  • 83c3bd10c8 Cython implementation of MB-LBP. Updated MB-LBP visualization without matplotlib.Examples to gallery were added. Tests are made more easily readable. dan 2015-06-08 09:16:22 +02:00
  • 46057c489b Merge pull request #1535 from stefanv/doc/installation Josh Warner 2015-06-07 19:05:59 -05:00
  • 84c79541a5 Merge pull request #1546 from blink1073/window-size Josh Warner 2015-06-07 16:08:47 -05:00
  • 580db16cb1 Simplify installation instructions Stefan van der Walt 2015-05-29 11:23:16 -07:00
  • 38c7c26460 Style and doc updates Steven Silvester 2015-06-07 06:30:12 -05:00
  • 38e5919248 Merge pull request #1543 from stefanv/docs/remove_logo Steven Silvester 2015-06-07 06:22:39 -05:00
  • 087c14d0d7 Merge pull request #1545 from cgohlke/patch-1 Steven Silvester 2015-06-07 06:19:34 -05:00
  • eb8c2d2853 Fix typo Steven Silvester 2015-06-07 06:15:24 -05:00
  • 3f8e94ff0c Allow view_as_window to take a tuple step, and update tests Steven Silvester 2015-06-07 06:13:36 -05:00
  • 29c49e914b DOC: add WinPython distribution; correct spelling Christoph Gohlke 2015-06-06 22:12:47 -07:00
  • da8e2c7c69 Merge pull request #1540 from vighneshbirodkar/ncut_fix Juan Nunez-Iglesias 2015-06-07 11:21:29 +10:00
  • 66caaa5b9f Corrected testing code Vighnesh Birodkar 2015-06-07 00:40:05 +05:30
  • 2cc4066097 2d images converted to 3d before removing seams Vighnesh Birodkar 2015-06-06 22:42:18 +05:30
  • cf98558196 pep8 changes Vighnesh Birodkar 2015-06-06 21:51:36 +05:30
  • c332fd5363 docstring change Vighnesh Birodkar 2015-06-06 21:46:50 +05:30
  • cacd214d68 Corrected Typo Vighnesh Birodkar 2015-06-06 21:36:00 +05:30
  • 805e322ea9 Remove logo (moved to branding repo) Stefan van der Walt 2015-06-05 12:54:57 -07:00
  • 8a78ad87ed skip loop when min and max are equal Vighnesh Birodkar 2015-06-06 00:51:30 +05:30
  • 658fe02683 Merge pull request #1542 from michaelaye/patch-2 Stefan van der Walt 2015-06-05 11:23:14 -07:00
  • fdc7e6f99a removing unnecessary loop counter K.-Michael Aye 2015-06-05 11:54:28 -06:00
  • ae2b0a26db Merge pull request #1534 from michaelaye/patch-1 Stefan van der Walt 2015-06-03 10:55:58 -07:00
  • 18b1906607 removed debug statements Vighnesh Birodkar 2015-06-03 22:03:34 +05:30
  • 23c6111ad3 Fixing error in ncut when subgraph as all equal weights (#1538) Vighnesh Birodkar 2015-06-03 21:58:26 +05:30
  • 15f2273272 Merge pull request #1537 from kevin-keraudren/ellipse-round-radius Juan Nunez-Iglesias 2015-06-01 10:58:33 +10:00
  • 4dfa467c34 code simplification Kevin Keraudren 2015-05-31 15:25:41 +01:00
  • 941cdda8f5 the output of hough_ellipse needs to be rounded before being truncated Kevin Keraudren 2015-05-30 20:47:37 +01:00
  • 086d8c667b imports now inside of the file dan 2015-05-29 23:03:12 +02:00
  • 3c82d9505f plain python multiblock lbp implemented with test coverage dan 2015-05-29 17:22:05 +02:00
  • 56fc42ad47 removing obsolete (or not found?) link K.-Michael Aye 2015-05-29 12:06:46 -06:00
  • ba945beda9 Revert "Update install instructions, simplify requirements" revert-1526-installation_instructions Stefan van der Walt 2015-05-29 10:54:06 -07:00
  • 3faa32149a Merge pull request #1526 from arve0/installation_instructions Josh Warner 2015-05-29 10:38:09 -05:00
  • e497e5c4f5 Merge pull request #1530 from LeeKamentsky/master Juan Nunez-Iglesias 2015-05-29 16:58:36 +10:00
  • 06ad9e3c9a Merge pull request #1483 from ozak/ravel-not-flatten Juan Nunez-Iglesias 2015-05-29 16:20:26 +10:00
  • 54f8265603 Issue #803 order the structuring element by distance to get diagonals processed last Lee Kamentsky 2015-05-26 15:24:32 -04:00
  • a9bdaaf274 proposed fix and test for broken watershed on flat areas (https://github.com/scikit-image/scikit-image/issues/803) kpk09 2015-05-20 16:41:32 +01:00
  • 04cbaa1579 expect PIL open fp arve0 2015-05-28 16:06:32 +02:00
  • 89521548a6 update install instructions arve0 2015-05-28 14:45:29 +02:00
  • dedff0efa8 smarter requirements in test env arve0 2015-05-28 14:44:00 +02:00
  • fb66edd753 Merge pull request #1532 from JDWarner/fix_appveyor Steven Silvester 2015-05-28 04:09:03 -05:00
  • ba79a7c827 FIX: Use direct, secure link for pip wheelhouse. Josh Warner (Mac) 2015-05-27 17:05:37 -05:00
  • ddedb9de08 use travis python 2.7 and wheel house arve0 2015-05-27 23:29:13 +02:00
  • 84831fce87 Fix bug when shape parameter is passed in from color images bennlich 2015-05-27 14:13:19 -07:00
  • d9908f74ad trust http wheel house arve0 2015-05-26 01:18:54 +02:00
  • b455d851b1 Use np.ravel instead of np.copy This should decrease memory usage and increase speed without affecting anything else Ömer Özak 2015-04-30 21:14:48 -04:00
  • c52dc414c6 install binaries -> then resolve deps arve0 2015-05-25 11:50:41 +02:00
  • bf31af6728 update appveyor requirements.txt arve0 2015-05-25 11:31:09 +02:00
  • b6aa358439 clean up setup.py according to 9cfaf4a arve0 2015-05-25 11:29:30 +02:00