Commit Graph

  • 944e7204b7 wip Steven Silvester 2015-06-15 21:40:23 -05:00
  • 5ba3cad178 Update tests Steven Silvester 2015-06-15 21:39:19 -05:00
  • 733b62890a Docstring and TODO Steven Silvester 2015-06-15 21:37:33 -05:00
  • e42cb6fadf Update docstring Steven Silvester 2015-06-15 21:37:01 -05:00
  • 6017e38e67 Style fixes Steven Silvester 2015-06-15 21:36:21 -05:00
  • 998be36c2d Update equalize_adapthist to use new view_as_windows Steven Silvester 2015-06-15 21:35:30 -05:00
  • 1b30c68d28 # This is a combination of 10 commits. # The first commit's message is: Update equalize_adapthist to use new view_as_windows Steven Silvester 2015-06-07 20:20:53 -05:00
  • f6653b781f Fix tifffile plugin import Steven Silvester 2015-07-14 06:55:26 -05:00
  • b67a4e3076 Move the tifffile wrapper to tiff plugin Steven Silvester 2015-07-14 06:45:31 -05:00
  • 182a6f6904 Fix handling of tiffile handles Steven Silvester 2015-07-13 08:00:57 -05:00
  • 6d7e0554a4 Use context manager for tif imread as well Steven Silvester 2015-07-12 22:37:44 -05:00
  • 66805cabdf Try fixing the remaining unclosed error Steven Silvester 2015-07-12 21:47:48 -05:00
  • 2fb59b9243 Fix variable name Steven Silvester 2015-07-12 19:28:30 -05:00
  • 1a27bea7da Allow pil imread to accept file-like objects again Steven Silvester 2015-07-12 15:49:18 -05:00
  • f1471dfd72 Remove offending line Steven Silvester 2015-07-12 15:42:53 -05:00
  • 7720527c95 Fix imsave test Steven Silvester 2015-07-12 15:17:58 -05:00
  • e1596aef1b Remove unclosed file guards Steven Silvester 2015-07-12 15:11:27 -05:00
  • 3272b85f86 Do not let PIL handle the file handle Steven Silvester 2015-07-12 15:01:14 -05:00
  • 2690fef1db Merge pull request #1607 from blink1073/faster-travis Josh Warner 2015-07-14 07:42:20 -05:00
  • a939eb4ce6 Use a container and pip cache Steven Silvester 2015-07-13 08:30:38 -05:00
  • aa420d8589 Merge pull request #1606 from blink1073/fix-setup-numpy Stefan van der Walt 2015-07-13 01:16:02 -05:00
  • 09503cd168 Fix docstring Steven Silvester 2015-07-12 22:27:41 -05:00
  • 39b8198250 Fix typo Steven Silvester 2015-07-12 22:26:07 -05:00
  • 43168c60a6 Mimic the way scipy handles numpy in setup.py Steven Silvester 2015-07-12 22:21:40 -05:00
  • 17b882aae5 Merge pull request #1565 from blink1073/viewer-ax Josh Warner 2015-07-12 15:24:55 -05:00
  • 09c8a84a54 Merge pull request #1518 from stefanv/relative_imports Steven Silvester 2015-07-12 14:41:06 -05:00
  • 3bfd51cbe4 Merge pull request #1590 from jjhelmus/faster_tests Steven Silvester 2015-07-12 14:38:25 -05:00
  • 19ede51fb0 Merge pull request #1594 from stefanv/doc/remove_toc Steven Silvester 2015-07-12 14:37:20 -05:00
  • 80397bd562 Merge pull request #1584 from JDWarner/enh_make_clean Stefan van der Walt 2015-07-12 13:05:24 -05:00
  • 1d1a1a776d Remove only .c files associated with .pyx source. Josh Warner (Mac) 2015-07-07 20:40:14 -05:00
  • 1b31af72b0 Fixed variable names to accord with r, c naming convention michaelpacer 2015-07-12 12:42:11 -05:00
  • 81d89b5518 Merge pull request #1598 from stefanv/bug/line_aa_horiz_vert Josh Warner 2015-07-12 12:27:33 -05:00
  • b4320ebcb5 Merge pull request #1597 from library111/DocumentationChanges Stefan van der Walt 2015-07-12 12:27:19 -05:00
  • 0b983c1d28 Merge pull request #1596 from david1koeller/novice_picture_fixes Stefan van der Walt 2015-07-12 12:10:29 -05:00
  • d4d3eaa1f1 Remove Picture.scale and Picture._rescale from novice module David Koeller 2015-07-12 11:47:07 -05:00
  • f2401190c3 Merge pull request #1600 from michaelpacer/fix_docs_sprint Stefan van der Walt 2015-07-12 11:37:53 -05:00
  • b140665f7e fixed documentation to remove redundant links michaelpacer 2015-07-12 11:19:27 -05:00
  • d9213bedde Fix notebook display bug for novice module David Koeller 2015-07-12 11:07:21 -05:00
  • 5eebce97ae Rename starting point of line Stefan van der Walt 2015-07-12 09:47:42 -05:00
  • a659aa1acc Fix and clean up anti-aliased line drawing (closes #1563) Stefan van der Walt 2015-07-11 18:38:26 -05:00
  • ba65c3562b TST: smaller arrays for bit comparison in test_rank for speed Jonathan Helmus 2015-07-11 17:46:17 -05:00
  • 2353113e49 TST: Smaller data array in 12-bit entropy test for speed Jonathan Helmus 2015-07-11 17:34:28 -05:00
  • 80629c34bb Use a simpler operator in the novice tutorial Leena P 2015-07-11 18:23:49 -04:00
  • 45eecd09d2 Updated novice module tutorial to show images Leena P 2015-07-11 18:23:28 -04:00
  • 8035ce72a5 Clarified that Bento Building is an alternative Leena P 2015-07-11 18:23:02 -04:00
  • 89a717ef3f TST: Reduced size of image in test_blob:test_blob_log for speed Jonathan Helmus 2015-07-11 16:40:32 -05:00
  • 5f0e9a6f0f Remove invalid link to table of contents (closes #1593) Stefan van der Walt 2015-07-11 16:32:22 -05:00
  • 9c6ab1bc18 TST: Use quarter size images to speed up test_censure unit tests Jonathan Helmus 2015-07-11 16:28:58 -05:00
  • c63adf5254 TST: Remove no_time_for_that.gif from data Jonathan Helmus 2015-07-11 15:46:34 -05:00
  • 467253409f Subtle wording improvement to test setup docstring Stefan van der Walt 2015-07-11 15:43:15 -05:00
  • 6844b74316 Update contribution guidelines to recommend relative imports and releasing the GIL Stefan van der Walt 2015-05-19 23:11:15 -07:00
  • 83d5ff9001 Consistently use relative imports Stefan van der Walt 2015-05-19 18:16:13 -07:00
  • 80d4e813f9 TST: Use smaller gif file in test_pil tests Jonathan Helmus 2015-07-11 14:48:12 -05:00
  • a47a700fe7 TST: Faster test_multi_image unit tests. Jonathan Helmus 2015-07-11 12:35:03 -05:00
  • 661b8e60c0 Merge pull request #1573 from jni/contributing-array-coords Josh Warner 2015-07-11 00:10:42 -05:00
  • 9bfcd44cc8 ENH: make clean now removes compiled .c and .pyd files. Josh Warner (Mac) 2015-07-07 19:04:35 -05:00
  • 3ce57f244b Merge pull request #1576 from belltailjp/fix-broken-link-to-daisy-implementation Josh Warner 2015-07-04 11:38:37 -05:00
  • 17a1121e42 Merge pull request #595 from TimSC/fasthog Josh Warner 2015-07-04 10:49:56 -05:00
  • 55f798109c Fix a broken link to daisy code Daichi SUZUO 2015-07-04 18:29:23 +09:00
  • 0c58501dc7 Merge pull request #1572 from csachs/cython_skeletonize Juan Nunez-Iglesias 2015-07-01 19:05:04 +10:00
  • 360892c9de Merge pull request #1553 from blink1073/tifffile-package Josh Warner 2015-06-30 16:22:46 -05:00
  • cba1cb1e1f Add blank line after ref to keep Sphinx happy ;) Juan Nunez-Iglesias 2015-07-01 00:47:19 +10:00
  • 639a046611 fixed intra docstring reference links Christian Sachs 2015-06-30 16:33:03 +02:00
  • eb8aaeb61d Use Sphinx links to reference from contributing guide Juan Nunez-Iglesias 2015-06-30 23:37:30 +10:00
  • 2de03d018a reordered code according to PEP8, modified docstring Christian Sachs 2015-06-30 15:07:04 +02:00
  • e1afe7e65a Ask contributors to wrap Cython functions in Python Juan Nunez-Iglesias 2015-06-30 22:49:48 +10:00
  • f5bf1dd3b9 Point contributors to coordinate conventions Juan Nunez-Iglesias 2015-06-30 22:49:21 +10:00
  • f54c254421 fixed docstrings, renamed variables for clarity, removed old skeletonize function body Christian Sachs 2015-06-30 09:39:25 +02:00
  • 5301a9a8e3 added faster, Cython based skeletonize function Christian Sachs 2015-06-29 22:11:22 +02:00
  • 6d63b80bb2 Merge pull request #1524 from bennlich/faster-skimage-draw-ellipse Juan Nunez-Iglesias 2015-06-26 16:29:03 +10:00
  • 9923aaddb0 Merge pull request #1568 from sciunto/threshold_li_fix Juan Nunez-Iglesias 2015-06-26 01:24:27 +10:00
  • 6f1e84de95 attempt to fix #1567 François Boulogne 2015-06-24 16:53:28 -04:00
  • 23670b4f02 Explicitly cast upper_left and lower_right to ints bennlich 2015-06-24 08:46:57 -07:00
  • f442fe231a Allow plot plugin to have tools Steven Silvester 2015-06-20 06:51:39 -05:00
  • 70a0ed58d5 Merge pull request #8 from ClinicalGraphics/fasthog Tim Sheerman-Chase 2015-06-19 18:02:43 +01:00
  • cd30e010d5 Also added a nogil context manager to hoghistograms Ivo Flipse 2015-06-19 16:01:52 +02:00
  • 691beaa59f Adding nogil to cell_hog Ivo Flipse 2015-06-19 15:49:48 +02:00
  • 8d31edb773 Merge pull request #7 from ClinicalGraphics/fasthog Tim Sheerman-Chase 2015-06-19 09:40:17 +01:00
  • 51e683f665 I hadn't realized I was reusing cc in the loop, so it would crash after one iteration. Ivo Flipse 2015-06-19 08:51:54 +02:00
  • f426800439 Merge pull request #6 from ClinicalGraphics/fasthog Tim Sheerman-Chase 2015-06-18 21:49:14 +01:00
  • 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 Ivo Flipse 2015-06-18 22:08:34 +02:00
  • 2500c21b12 Converted orientation and magnitude to typed memory view. Also changed gradient_columns and gradient_rows, hopefully in the right way. Ivo Flipse 2015-06-18 22:07:28 +02:00
  • 3d85503472 Renamed x to rows and y to columns, though I might have still missed it in some spots. Ivo Flipse 2015-06-18 22:03:21 +02:00
  • bea9886a12 I noticed that cy+cy and cx+cx was repeated in the inner-most loop as well Ivo Flipse 2015-06-18 22:01:44 +02:00
  • be5f6fdc3f Merge pull request #1562 from warmspringwinds/example_correction Josh Warner 2015-06-18 12:47:24 -05:00
  • b980e7bb98 Use files from tifffile 0.6.2 package Steven Silvester 2015-06-13 17:01:44 -05:00
  • 7a2b0a70f5 Merge pull request #1459 from vighneshbirodkar/seam_carving Josh Warner 2015-06-18 12:32:19 -05:00
  • 83739644ec Merge pull request #5 from ClinicalGraphics/fasthog Tim Sheerman-Chase 2015-06-18 18:19:35 +01:00
  • ded652c2ab Moved more computations out of loops and added division from future Ivo Flipse 2015-06-18 18:55:32 +02:00
  • f633262f03 Moved more variables out of the loops and modified the docstring Ivo Flipse 2015-06-18 18:50:34 +02:00
  • 9c141eadf8 Extracted row_index and cell_row from the inner loop Ivo Flipse 2015-06-18 18:45:29 +02:00
  • 1b9a15a4d4 Made the indents line up with the ( Ivo Flipse 2015-06-18 18:38:59 +02:00
  • 2516844cbd added missing visualization of the plot dan 2015-06-17 10:45:50 +02:00
  • 91f74fd6c6 Merge pull request #1536 from warmspringwinds/mb-lbp Josh Warner 2015-06-16 12:43:32 -05:00
  • 85946c8eed Changed return type to bint and improved code comments Vighnesh Birodkar 2015-06-16 19:48:14 +05:30
  • b0d5067efb Merge pull request #4 from ClinicalGraphics/fasthog Tim Sheerman-Chase 2015-06-16 09:05:35 +01:00
  • 03b7d638a7 Wrapped long lines according to pep8. Korijn van Golen 2015-06-16 09:57:49 +02:00
  • 605eac2e8c Renamed to use row/column naming convention. Korijn van Golen 2015-06-16 09:54:54 +02:00
  • 78cf5a0f9a Removed unused code. Korijn van Golen 2015-06-16 09:40:04 +02:00
  • 8ab6e63e75 Removed unused import, applied pep8 formatting and corrected a method call that should have been refactored. Korijn van Golen 2015-06-16 09:36:02 +02:00