Commit Graph
3870 Commits
Author SHA1 Message Date
Matěj Týč d07caea5a8 Mended code style 2014-11-23 23:17:01 +01:00
Matěj Týč a4b841daf0 Fixed bugs 2014-11-19 23:16:33 +01:00
Matěj Týč 53e1912854 Merge branch 'label3d' of https://github.com/matejak/scikit-image into label3d 2014-11-19 23:03:07 +01:00
Matěj Týč fe4a9b5847 Made the scan code cleaner and faster (but longer) 2014-11-19 23:02:34 +01:00
Matěj Týč 20755da3fe Fixed typos and made some style fixes 2014-11-19 21:32:27 +01:00
Matěj Týč 06c46ec51e Introduced the connectivity parameter, regrouped some code 2014-11-18 23:45:54 +01:00
Matěj Týč abf3dbc593 Added and tested proper exception handling concerning array shape 2014-11-16 15:33:13 +01:00
Matěj Týč eb55d177c3 Removed declaration of deceased function 2014-11-15 17:11:45 +01:00
Matěj Týč d29831882d Redone the background handling = considerable speedup 2014-11-15 16:42:22 +01:00
Matěj Týč 67464e2081 Fixed a typo + cleaned the code semantics 2014-11-15 16:11:31 +01:00
Matěj Týč 7c7ecc4bdc Mainly typo fixes 2014-11-11 21:49:57 +01:00
Matěj Týč 438a9355d6 Fixed bugs so test pass now 2014-11-11 00:39:49 +01:00
Matěj Týč 53f93a7f8e Added tests for 3D labelling (that fail) 2014-11-08 12:09:19 +01:00
Matěj Týč 815ea29d26 Added some comments + requested reformatting 2014-10-29 00:58:01 +01:00
Matěj Týč 416f3a2eb5 numpy 1.6 compat fix 2014-10-27 23:33:59 +01:00
Matěj Týč 152a6d0de8 Fixed typos + added docstrings and comments 2014-10-27 22:37:04 +01:00
Matěj Týč 98047f5ce8 Cython minor fixes 2014-10-26 23:38:12 +01:00
Matěj Týč d3049a087c Refactored Cython stuff with easier code readability in mind 2014-10-26 23:22:54 +01:00
Matěj Týč b65ebdfb13 Added support for 3D arrays 2014-10-26 21:30:05 +01:00
Matěj Týč f736047ebb Refactored measure.label, added documentation. 2014-10-25 18:34:32 +02:00
Juan Nunez-Iglesias f73fc33e0e Merge pull request #1188 from vighneshbirodkar/rag_merge
Added in_place option to merge_nodes
2014-10-23 20:48:23 +11:00
Vighnesh Birodkar b8988190b0 Docstring changes 2014-10-23 13:17:29 +05:30
Stefan van der Walt dbab977535 Merge pull request #1206 from tonysyu/fix/canny-deprecation
Fix deprecation of canny function
2014-10-21 13:17:16 +02:00
Tony S Yu cb1a26ce2e Fix deprecation of canny function 2014-10-20 22:21:28 -05:00
Steven Silvester 95f4aa70c1 Avoid star import 2014-10-20 05:03:00 -05:00
Vighnesh Birodkar 96bf747197 always return new id and put new id logic in a function 2014-10-18 21:33:42 +05:30
Steven Silvester 7734cdf7e0 Move tifffile license description 2014-10-16 17:06:12 -05:00
Vighnesh Birodkar 31ecc3db86 Change None to 0 2014-10-17 00:06:12 +05:30
Vighnesh Birodkar 0419c1e6f7 sequential numbering of nodes using max id 2014-10-16 23:22:56 +05:30
Steven Silvester 713452ab9e Use newer version of tifffile.py. 2014-10-16 05:28:43 -05:00
Steven Silvester 17a3b50a5e Use tifffile 0.3.2, which passes doctests 2014-10-16 05:05:37 -05:00
Steven Silvester b5da90e4c7 Just disable doctests in tifffile_local 2014-10-16 04:49:45 -05:00
Steven Silvester a3c8ce32ac Rename file to a valid module name. 2014-10-15 21:05:23 -05:00
Steven Silvester 88719b3340 Fix path to tifffile.c 2014-10-15 21:00:52 -05:00
Steven Silvester 50aff0058a Add tifffile.c to the build 2014-10-15 20:59:20 -05:00
Steven Silvester dddbc1aa23 Add the __init__.py to make it a package 2014-10-15 05:57:56 -05:00
Steven Silvester 268eb5f2b5 Add tifffile to a new external package. 2014-10-15 05:57:05 -05:00
Steven Silvester 56915d29c3 Fix tifffile imports 2014-10-12 15:10:40 -05:00
Steven Silvester 36ab379e0c Use the PyPI tifffile instead of bundling 2014-10-12 15:10:14 -05:00
Steven Silvester 0fabb0c3ab Fix comment typo 2014-10-11 18:28:36 -05:00
Steven Silvester 725c376d78 Make sure we disconnect all the signals 2014-10-11 14:34:55 -05:00
Steven Silvester 72292f73c0 Use a manual hack to remove the canvas events for old MPL 2014-10-11 09:15:10 -05:00
Steven Silvester 532e460172 Disconnect the events manually 2014-10-11 07:21:32 -05:00
Steven Silvester 0c35d13203 Add a try/catch for RectangleTool.disconnect_events 2014-10-11 05:12:04 -05:00
Stefan van der Walt 93d8bce621 Merge pull request #1189 from blink1073/fix-pil-plugin
Fix PIL handling of non-uint8 images and add `tifffile` support
2014-10-11 11:49:34 +02:00
Steven Silvester 84a56fa4a0 Fix docstring links 2014-10-11 04:48:18 -05:00
Steven Silvester b48c82f840 Make pil the default plugin 2014-10-10 20:17:00 -05:00
Steven Silvester fe6912b591 Add 'imsave' to the '*' output of pil_plugin 2014-10-10 05:43:46 -05:00
Juan Nunez-Iglesias ec5432a247 Merge pull request #1191 from ahojnnes/morph-ref
Refer to rank filters from morphology functions
2014-10-10 15:50:06 +11:00
Steven Silvester ba730091a0 Fix relative import and test import convention 2014-10-09 20:18:44 -05:00