Commit Graph

  • 7ac6323210 Fix failing tests Steven Silvester 2014-09-01 13:30:07 -05:00
  • b8c58872a6 Merge pull request #1129 from stefanv/log_leftovers Johannes Schönberger 2014-09-01 13:50:30 -04:00
  • 85439b173a Merge pull request #1115 from JDWarner/enh_marching_cubes Stefan van der Walt 2014-09-01 17:32:26 +01:00
  • 1d99966804 Remove leftovers of old logger Stefan van der Walt 2014-09-01 17:16:13 +01:00
  • 1740392110 Add on_scroll behavior and allow line to change width. Steven Silvester 2014-09-01 10:28:28 -05:00
  • 7864adbc0c Make other suggested style changes blink1073 2014-07-20 19:29:39 -05:00
  • 778f62de6a Updates to get all tools tested and working blink1073 2014-07-20 19:15:40 -05:00
  • 1775e959d6 Switch plugins to use new tool api blink1073 2014-07-20 19:08:14 -05:00
  • 2d9d8bb94c Refactor blit manager and event manager to viewer blink1073 2014-07-20 18:39:49 -05:00
  • 1799846be9 Remove unused parameter from docstring blink1073 2014-07-12 20:44:21 -05:00
  • 410f3926e4 Push handling of line tools to axes level for better coordination. blink1073 2014-07-12 20:32:43 -05:00
  • d9a85a167e Move handling of blit behavior to axes object. blink1073 2014-07-12 20:32:20 -05:00
  • 725c199018 Merge pull request #1096 from ahojnnes/regionprops-speedup Juan Nunez-Iglesias 2014-08-31 23:48:11 -05:00
  • 23083636fe Replace pow() with iterative multiplication Johannes Schönberger 2014-08-30 11:46:22 -04:00
  • 4f1adee2ec Make moments functions C functions and reuse centralized moments Johannes Schönberger 2014-08-30 11:41:32 -04:00
  • 8d2fdaa8f5 Speedup moments function Johannes Schönberger 2014-08-08 20:11:04 -04:00
  • cdf7ad12bc Speedup moments_central function Johannes Schönberger 2014-08-08 20:08:06 -04:00
  • 3f7735dccb Merge pull request #1109 from blink1073/add-exposure-mask Johannes Schönberger 2014-08-31 22:41:50 -04:00
  • 2355c17e3c Add mask option to exposure.equalize_hist with test. Steven Silvester 2014-08-24 21:53:17 -05:00
  • 4102fd97d3 Merge pull request #1128 from blink1073/fix-travis Johannes Schönberger 2014-08-31 18:10:02 -04:00
  • da93619e59 Fixed some issues with the new windowed_histogram function in filter.rank. It used to be able to output uint8 histogram, whose max pixel counts of 255 could easily overflow. Addressed by limiting the output type to float. Normalized histograms are now generated, otherwise behaviour is unpredictable at boundaries or when pixels are not permitted by a mask. The new optional n_bins parameter allows the caller to specify the size of the histogram generated. Having it fixed to image.max()+1 could result in feature vectors being shorter than desired just due to a value not being used in an image. An example has been added to the docs, that demonstrates the application of windows histograms in object matching; a single coin is extracted and found by chi squared histogram matching. Geoffrey French 2014-08-31 22:25:45 +01:00
  • e8e23fa154 Fix typo in spacer declaration Steven Silvester 2014-08-31 11:03:30 -05:00
  • e8987b582f Fix matplotlib install, make installs verbose, add spacers Steven Silvester 2014-08-31 10:56:41 -05:00
  • 7ebb2388d2 Fixed some test failures and added a test for windowed_histogram. Geoffrey French 2014-08-31 16:22:35 +01:00
  • 997172d5ec Merge pull request #1124 from blink1073/master Stefan van der Walt 2014-08-31 16:07:25 +01:00
  • d63d89497b Modified rank filters package so that the _core function in core.pyx outputs to a 3D image, permitting the generation of images with arbitrary size feature vector pixels. Implemented windowed_histogram that generates a windowed histogram of an image. Geoffrey French 2014-08-31 16:04:38 +01:00
  • a85a8bcd39 Fix #1108 Steven Silvester 2014-08-31 09:50:25 -05:00
  • f8a0f27265 hack to avoid circular import when import canny Julien Coste 2014-08-31 15:21:46 +01:00
  • f87db0a1ec Fixes a bug in _update_doc in skimage/io/__init__.py that will attempt to compute max of empty list if no plugins are found. Geoffrey French 2014-08-31 15:12:01 +01:00
  • c30db5915a Merge pull request #1121 from Cadair/doc_theme_tweaks Stefan van der Walt 2014-08-31 15:06:38 +01:00
  • f1a6d2dbf1 Website font readability improvements. Stuart Mumford 2014-08-31 14:53:43 +01:00
  • 517f9e0740 Merge pull request #1116 from rebeccaroisin/inplace_addition Stefan van der Walt 2014-08-31 13:44:30 +01:00
  • f86b6212bc Canny is now deprecated and will be in api_changes in v0.13 Julien Coste 2014-08-31 12:27:02 +01:00
  • 936211bbcb move import to avoid infinte recursion (filter import peak that import feature that import filter) Julien Coste 2014-08-31 12:15:47 +01:00
  • bfcc27587a fix import in filter.__init__ Julien Coste 2014-08-31 11:59:32 +01:00
  • 218eb4e89e fix import inside documentation and update TODO Julien Coste 2014-08-31 11:48:34 +01:00
  • 812b23d41f making in-place addition modification suggested in issue #1089 Rebecca 2014-08-31 11:37:35 +01:00
  • cc942364cd Merge pull request #1112 from pelson/docs_tidy Josh Warner 2014-08-31 11:34:41 +01:00
  • 00b5ac6804 Some minor documentation enhancements. Phil Elson 2014-08-31 11:03:37 +01:00
  • d4297c96ca Updated the gitwash build. Phil Elson 2014-08-31 11:18:36 +01:00
  • bc3563c038 Added gitwash as an option on the makefile. Phil Elson 2014-08-31 11:18:09 +01:00
  • 5ccc0d0000 update api_changes Julien Coste 2014-08-31 11:09:42 +01:00
  • b13ea2288a fix wrong version number Julien Coste 2014-08-31 11:01:08 +01:00
  • af59d06461 ENH: Simplify marching_cubes for maintainability. Josh Warner (Mac) 2014-08-31 10:57:51 +01:00
  • 23a6f0af6c remove auto added __author__ in __init__.py file Julien Coste 2014-08-31 11:00:16 +01:00
  • 8a337dbe46 Move canny from filter to feature Julien Coste 2014-08-31 10:55:12 +01:00
  • 6e24c58d96 Absorbing the patch from Julian debian/0.10.1-1 Yaroslav Halchenko 2014-08-27 04:03:04 -04:00
  • 11881d7ada Merge tag 'v0.10.1' into debian Yaroslav Halchenko 2014-08-27 03:59:31 -04:00
  • 26e0348f3c Comments of the PR François Boulogne 2014-08-25 08:55:53 -04:00
  • 25d6c58674 Merge pull request #1087 from vighneshbirodkar/rag_draw Juan Nunez-Iglesias 2014-08-18 10:05:58 -05:00
  • badd7182ee Merge pull request #1106 from vighneshbirodkar/ncut_fix Juan Nunez-Iglesias 2014-08-18 09:54:00 -05:00
  • 103f48bc00 Spelling error Vighnesh Birodkar 2014-08-18 19:58:02 +05:30
  • 12b1a91c70 remove self loops in rag Vighnesh Birodkar 2014-08-18 18:42:23 +05:30
  • f7a7c1baa2 Merge pull request #1105 from pmneila/master Johannes Schönberger 2014-08-17 21:16:39 -04:00
  • 64e20d8173 Minor fix Pablo Márquez Neila 2014-08-18 02:47:29 +02:00
  • 808e53c7ae Code valid for all image dtypes Pablo Márquez Neila 2014-08-18 02:12:27 +02:00
  • 23bc3ed077 Replaced convolve1d by ad-hoc gradient computation Pablo Márquez Neila 2014-08-18 01:34:54 +02:00
  • a52cb01a49 Fix bugs in HOG Pablo Márquez Neila 2014-08-17 22:09:03 +02:00
  • 3f7ce2e670 Added example with cubehelix Vighnesh Birodkar 2014-08-15 21:28:47 +05:30
  • 9ea0d27b12 Merge pull request #1102 from stefanv/bug/freeimage_uint16 Johannes Schönberger 2014-08-15 11:05:47 -04:00
  • 2b1dde202f freeimage: Correctly handle saving uint16 images (closes gh-1101) Stefan van der Walt 2014-08-15 15:21:24 +02:00
  • 344e2a51c0 cast labels in ncut Vighnesh Birodkar 2014-08-15 17:52:25 +05:30
  • c43180fa27 force copy Vighnesh Birodkar 2014-08-15 17:02:35 +05:30
  • 6e09628fb9 update relase doc Vighnesh Birodkar 2014-08-15 14:37:14 +05:30
  • 4bb4076959 fixed imports Vighnesh Birodkar 2014-08-15 14:15:02 +05:30
  • 7730eb004e fixed init Vighnesh Birodkar 2014-08-15 14:13:36 +05:30
  • e42c065243 corrected title Vighnesh Birodkar 2014-08-15 02:37:59 +05:30
  • 82f158482e removed file save Vighnesh Birodkar 2014-08-15 02:35:28 +05:30
  • cfaa83cf26 Chnaged palette in example Vighnesh Birodkar 2014-08-15 02:33:09 +05:30
  • 5c5b60df4c Chnaged palette in example Vighnesh Birodkar 2014-08-15 02:32:23 +05:30
  • 3553809c55 pep8 Vighnesh Birodkar 2014-08-14 01:24:02 +05:30
  • bcbfdb28f5 add desaturate option Vighnesh Birodkar 2014-08-14 01:20:55 +05:30
  • 5bd55071bc handled matplotlib not present case Vighnesh Birodkar 2014-08-06 00:32:47 +05:30
  • adeb8689af Fixed doctest Vighnesh Birodkar 2014-08-05 23:43:07 +05:30
  • 95b20adee7 None comparison Vighnesh Birodkar 2014-08-05 23:07:39 +05:30
  • 4005749a61 rebase and change API to support mpl colorspec Vighnesh Birodkar 2014-08-05 23:05:15 +05:30
  • 78caebf6d2 string wrap Vighnesh Birodkar 2014-07-29 03:31:12 +05:30
  • 6928e5d9ef Corrected docstrings Vighnesh Birodkar 2014-07-29 03:15:24 +05:30
  • 5c662b4472 Docstrings Vighnesh Birodkar 2014-07-29 03:12:22 +05:30
  • f4aa0fc8e1 Formatting Vighnesh Birodkar 2014-07-29 02:36:20 +05:30
  • 39dfcc4144 Frist working copy of RAG draw Vighnesh Birodkar 2014-07-29 01:05:10 +05:30
  • a3638024e7 Merge pull request #1080 from vighneshbirodkar/ncut Juan Nunez-Iglesias 2014-08-15 00:36:43 -05:00
  • afa345f363 Update graph_cut.py Vighnesh Birodkar 2014-08-14 23:47:00 +05:30
  • b61763117d Update _ncut_cy.pyx Vighnesh Birodkar 2014-08-14 23:45:30 +05:30
  • 6ef01cb4dc change ref format in example Vighnesh Birodkar 2014-08-13 02:12:51 +05:30
  • 7d991d2924 Merge pull request #1099 from blink1073/build_update_followup Juan Nunez-Iglesias 2014-08-12 05:15:14 -05:00
  • 72f6a8c056 Make suggested changes to build update and use travis_retry for all installs. Steven Silvester 2014-08-10 20:09:39 -05:00
  • 693816c218 Merge pull request #1098 from ahojnnes/tox Stefan van der Walt 2014-08-11 16:28:53 +02:00
  • 7bd1da86f2 Remove legacy CI config Johannes Schönberger 2014-08-11 09:02:31 -04:00
  • ab60edcdf7 Fix Reference format Vighnesh Birodkar 2014-08-10 20:31:22 +05:30
  • 4a231cfd35 Minor changes Vighnesh Birodkar 2014-08-10 20:07:34 +05:30
  • 3bc3b4f8e3 Merge pull request #1083 from adamfeuer/import_export_pil_image_objects Juan Nunez-Iglesias 2014-08-09 19:48:31 -05:00
  • 8494b8081a removed trailing blank line in comment Adam Feuer 2014-08-09 10:37:11 -07:00
  • 0c185629d3 corrected similarity Vighnesh Birodkar 2014-08-09 22:09:12 +05:30
  • 03d3873cc4 docstring of _label_all Vighnesh Birodkar 2014-08-09 22:08:27 +05:30
  • ded138cbcb test case for in place Vighnesh Birodkar 2014-08-09 21:35:07 +05:30
  • ef7da3be4a explicitly checking for None as per code review feedback Adam Feuer 2014-08-09 09:04:05 -07:00
  • 25f08ff68e removing trailing space (PEP8 formatting) Adam Feuer 2014-08-09 09:03:06 -07:00
  • 05380823cc updated imread parameters comment to standard format Adam Feuer 2014-08-09 09:01:07 -07:00
  • 3973b30300 docstring changes and code movement Vighnesh Birodkar 2014-08-09 21:29:41 +05:30