Commit Graph

  • 8c2b9b1784 Updated docstrings Nelson Brown 2014-07-15 08:07:30 -07:00
  • 001a63bd21 Remove repeated comments Nelson Brown 2014-07-15 08:03:31 -07:00
  • f262a71dc5 Document NetworkX dependency in DEPENDS.txt Juan Nunez-Iglesias 2014-07-15 03:46:26 -05:00
  • 21364e8741 Fixed threshold in example Vighnesh Birodkar 2014-07-14 23:06:54 +05:30
  • a1519a015e Change binary morphology functions to output numpy.bool dtype Nelson Brown 2014-07-13 19:59:43 -07:00
  • b677c400df Add whitespace following comma Nelson Brown 2014-07-13 16:55:06 -07:00
  • 042d85ad43 Adjust hanging indentation whitespace in dict comprehension Nelson Brown 2014-07-13 16:31:58 -07:00
  • d9909c4db9 Add tests for ndimage fallback for 3D white_tophat & black_tophat Nelson Brown 2014-07-13 12:36:05 -07:00
  • f1a8132fbf Add doctrings and comments in response to reviewers Nelson Brown 2014-07-13 11:28:27 -07:00
  • 70a3760bca Remove unused deprecation import. blink1073 2014-07-12 19:43:57 -05:00
  • 0392299fae Refactor to use np.pad, naming changes, update test. blink1073 2014-07-12 18:54:50 -05:00
  • a924e55b52 Fix handling of border pixels and update tests blink1073 2014-07-12 09:40:30 -05:00
  • 5cafbd95e6 Add tests for intensity_range and rename parameter Tony S Yu 2014-07-11 16:30:18 -05:00
  • cc68b0c392 Start removing optional edge pixel handling blink1073 2014-07-11 13:28:00 -05:00
  • 2bdfcc7d5e Fix failing tests and turn module level testing back ony blink1073 2014-02-17 16:34:02 -06:00
  • ba010a3191 Update adapthist tests, add test for alpha channel and rgb mode handling. blink1073 2014-02-17 16:13:52 -06:00
  • 909f23baab Switch to HSV, refactor equalize_adapthist, fix #757, cleanup docstring blink1073 2014-02-17 16:11:43 -06:00
  • 95a208eec5 Add test for adapthist modes blink1073 2014-02-16 21:10:51 -06:00
  • 9f7119b1c0 Change 'trim' to 'crop' blink1073 2014-02-16 19:08:14 -06:00
  • 9fa39e564a Update docstring blink1073 2014-02-08 20:15:36 -06:00
  • 61fb831d31 Implement a mode enum blink1073 2014-02-08 20:15:19 -06:00
  • 196205956e Set the unused portion of the image to 0 blink1073 2014-02-08 20:05:47 -06:00
  • ea3e65f25a Add 3d-fallback tests for binary functions Nelson Brown 2014-07-12 16:54:35 -07:00
  • 2b91c259d6 Add fallback decorator for 3D images Nelson Brown 2014-07-12 15:22:48 -07:00
  • 9cd276f754 Merge pull request #1058 from nlsn/default-selem Juan Nunez-Iglesias 2014-07-12 10:06:11 -05:00
  • 3518e65ab4 Add newline at EOF of selem.py Nelson Brown 2014-07-11 23:39:07 -07:00
  • c2bbca6113 Add a newline at EOF Nelson Brown 2014-07-11 23:32:36 -07:00
  • 2c9d22c5e1 Merge pull request #1032 from tonysyu/better-rescale-intensity Stefan van der Walt 2014-07-12 00:56:06 +02:00
  • f587b5318b Merge pull request #1059 from nlsn/exclude-win-libs Stefan van der Walt 2014-07-12 00:53:00 +02:00
  • 7c53880f06 Add gitignore for *.pyd Windows libraries Nelson Brown 2014-07-11 15:26:31 -07:00
  • 9cd9a1372a Address reviewer comments Nelson Brown 2014-07-11 15:19:33 -07:00
  • 4c000c4d89 Use normal deprecation warning Tony S Yu 2014-07-11 17:01:54 -05:00
  • 1ef556b710 Remove unnecessary whitespace Nelson Brown 2014-07-11 14:51:57 -07:00
  • 879c2c7f36 Add tests for intensity_range and rename parameter Tony S Yu 2014-07-11 16:30:18 -05:00
  • 54aff88bd0 Add docstring for default structuring element Nelson Brown 2014-07-11 14:10:18 -07:00
  • bb732c9225 Add default structuring element to morphology Nelson Brown 2014-07-11 13:50:55 -07:00
  • 35dcdd5315 Move random seed prior to first random() call blink1073 2014-07-06 07:49:36 -05:00
  • 5ef3f95d71 Add random seeds to tests per #1044 blink1073 2014-07-05 12:49:42 -05:00
  • 1c27a97d26 Merge pull request #1052 from charris/numpy-1.9.0-fix Juan Nunez-Iglesias 2014-07-04 19:40:27 -07:00
  • 7a074d5dd1 BUG: Fix slicing error revealed by numpy 1.9.0. Charles Harris 2014-07-04 20:04:32 -06:00
  • 6887f2cb90 Merge pull request #1031 from vighneshbirodkar/rag Juan Nunez-Iglesias 2014-07-02 22:24:09 -07:00
  • df1d61e461 Spelling correction. Vighnesh Birodkar 2014-07-03 09:55:17 +05:30
  • 351e769733 Docstring change Vighnesh Birodkar 2014-07-03 09:54:34 +05:30
  • fb706d12d5 made RAG public and hyperlinked networkx.Graph documentation Vighnesh Birodkar 2014-07-03 01:55:09 +05:30
  • a4bf278c5b Doctest Passing Vighnesh Birodkar 2014-07-03 00:26:22 +05:30
  • e558854dec docstring change Vighnesh Birodkar 2014-07-02 23:28:14 +05:30
  • c1cf8e6347 Got doctest to pass and docstring changes Vighnesh Birodkar 2014-07-02 23:13:17 +05:30
  • 0fca535caa Remember to update stable docs link. Check timestamp on wheels before posting. Stefan van der Walt 2014-07-02 18:30:18 +02:00
  • b6c8ee9546 Indicate waiting time before wheels become available Stefan van der Walt 2014-07-02 14:32:00 +02:00
  • 9002eebfcc Get tags from current repo Stefan van der Walt 2014-07-02 01:40:31 +02:00
  • 6926b6f9ec Update wheel URL Stefan van der Walt 2014-07-02 01:06:43 +02:00
  • 8e5c5d6cf4 Add OSX wheel generation instructions and upload script Stefan van der Walt 2014-07-02 00:56:48 +02:00
  • 6003ab2c7d Typos Vighnesh Birodkar 2014-07-02 00:31:01 +05:30
  • 99a45baca8 Changes to plot_rag.py Vighnesh Birodkar 2014-07-02 00:21:47 +05:30
  • 486f935db8 Rename methods and edit docstrings Vighnesh Birodkar 2014-07-02 00:19:11 +05:30
  • 600e3fd951 Merge pull request #1042 from stefanv/setup_numpy_dependence Johannes Schönberger 2014-06-30 18:01:17 -04:00
  • d72a6cff3e Release v0.10.1 v0.10.1 v0.10.x Stefan van der Walt 2014-06-30 23:14:23 +02:00
  • df706be6c5 Merge pull request #1039 from kdmurray91/fix_freeimage_segfault Stefan van der Walt 2014-06-30 15:22:29 +02:00
  • 4160a67a42 [skimage.io.tests] add truncated jpg imread tests Kevin Murray 2014-06-30 19:35:35 +10:00
  • 83d0717986 [test_freeimage] Allow ValueError to be raised Kevin Murray 2014-06-30 18:47:31 +10:00
  • 7d9f9c46d9 [test_freeimage.py] remove extraneous statements Kevin Murray 2014-06-27 21:42:09 +10:00
  • d69cdb951b [freeimage tests] Add a test w/ truncated image Kevin Murray 2014-06-27 21:32:18 +10:00
  • 6abf194dd6 Use sets instead of dictionaries in merge_nodes Vighnesh Birodkar 2014-06-28 21:02:25 +05:30
  • dd67b3fce7 Changed max_edge in example/plot_rag.py Vighnesh Birodkar 2014-06-28 11:06:30 +05:30
  • f71ad51f57 Got Py3 test to pass Vighnesh Birodkar 2014-06-28 10:35:14 +05:30
  • 79d698ee11 add user guide parallelization François Boulogne 2014-06-27 21:40:37 -04:00
  • 992a12f968 Only import numpy after dependency check Stefan van der Walt 2014-06-27 23:37:28 +02:00
  • 87465d91d7 test_rag.py formatting Vighnesh Birodkar 2014-06-28 01:39:28 +05:30
  • e63ae9450a merge_nodes docstring change Vighnesh Birodkar 2014-06-28 01:35:41 +05:30
  • 1982a3246c Docstring changes. Vighnesh Birodkar 2014-06-28 01:32:55 +05:30
  • c8480d3f6d Change merge_nodes code and test case Vighnesh Birodkar 2014-06-28 01:17:44 +05:30
  • b9a7445296 [skimg.io._plugins.freeimage_plugin] fix segfault Kevin Murray 2014-06-27 21:26:58 +10:00
  • c08a6876d6 Added comment about footprint Vighnesh Birodkar 2014-06-26 02:05:20 +05:30
  • f481724f35 Added RAG merge example Vighnesh Birodkar 2014-06-26 02:02:33 +05:30
  • bb874074c4 None comparison Vighnesh Birodkar 2014-06-26 00:58:54 +05:30
  • b1284ee180 update test for py3 Vighnesh Birodkar 2014-06-26 00:57:50 +05:30
  • cbfa8aa6e1 docstring corrections Vighnesh Birodkar 2014-06-26 00:54:16 +05:30
  • b1f59fceee Changed prototype of weight_func Vighnesh Birodkar 2014-06-26 00:11:49 +05:30
  • bd9ab8f0fd Switch label_image to labels Vighnesh Birodkar 2014-06-23 23:04:16 +05:30
  • 27831d8e2f Formatting and docstring changes Vighnesh Birodkar 2014-06-23 22:26:53 +05:30
  • 66d3ec3831 removed commented stataments Vighnesh Birodkar 2014-06-23 01:28:10 +05:30
  • c14021a9cb Formatting and typos Vighnesh Birodkar 2014-06-23 01:16:57 +05:30
  • a1bc2e95fd Made test Python3 compatible Vighnesh Birodkar 2014-06-23 01:15:00 +05:30
  • 0efca40747 Added connectivity parameter and a function input to merge_nodes Vighnesh Birodkar 2014-06-23 00:58:13 +05:30
  • 3db0a2f81f Naming changes and formatting Vighnesh Birodkar 2014-06-22 20:27:44 +05:30
  • 319530fb89 Used mapping in graph_cut.py Vighnesh Birodkar 2014-06-22 19:48:52 +05:30
  • 0e35c422b3 Graph can now merge non adjacent nodes Vighnesh Birodkar 2014-06-22 13:58:00 +05:30
  • 711de464e5 Formatting changes Vighnesh Birodkar 2014-06-19 18:03:44 +05:30
  • 76d3dbad57 added merge_nodes test Vighnesh Birodkar 2014-06-19 17:57:07 +05:30
  • d0e7a26f6f Added RAG merge_nodes test case Vighnesh Birodkar 2014-06-19 16:36:17 +05:30
  • 20cefcf50a Added comments and switched try with if Vighnesh Birodkar 2014-06-19 16:18:53 +05:30
  • 8a36040eb8 rebased and used color.label2rgb Vighnesh Birodkar 2014-06-19 02:54:20 +05:30
  • 410aecb354 type casting to double instead of long Vighnesh Birodkar 2014-06-19 02:49:02 +05:30
  • 53330496f8 Added references Vighnesh Birodkar 2014-06-19 01:11:26 +05:30
  • 78397bf54d reverted benfo.info and setup.py Vighnesh Birodkar 2014-06-19 00:05:14 +05:30
  • 9b8e1333e8 Corrected rag import Vighnesh Birodkar 2014-06-18 03:59:12 +05:30
  • f5f93f8ce3 Removed cython file and added nd python function for RAG construction Vighnesh Birodkar 2014-06-18 03:53:33 +05:30
  • 2a7ec3afd4 Renamed _construct.pyx to _build_rag.pyx and some code corrections Vighnesh Birodkar 2014-06-18 00:46:25 +05:30
  • 53318c44df CHanges to get Python3 working Vighnesh Birodkar 2014-06-17 22:36:48 +05:30
  • 5165ebe01e Added networkx installation Vighnesh Birodkar 2014-06-17 01:22:22 +05:30