Commit Graph

  • 16ed4ed865 Corrected a grammatical error in deprecated message. No functional change. Pradyumna Narayana 2016-03-04 09:29:32 -07:00
  • 010df48453 Added deprecated kwargs to TODO.txt Pradyumna Narayana 2016-03-04 08:35:32 -07:00
  • f069aada3c Supports skimage_range. Displays deprecated warning when used. Two test cases to test this functionality. Pradyumna Narayana 2016-03-04 08:32:57 -07:00
  • 9e8ba42fb4 Merge pull request #1982 from stefanv/orb_no_of_keypoints Juan Nunez-Iglesias 2016-03-04 13:37:09 +11:00
  • 0ccff88945 Fix ORB test Stefan van der Walt 2016-03-03 17:49:58 -08:00
  • 729328ed6d Merge pull request #1905 from stefanv/novice_undo Steven Silvester 2016-03-03 18:38:17 -06:00
  • deaac9cce5 Merge pull request #1976 from stefanv/mpl_warnings Josh Warner 2016-03-03 18:28:05 -06:00
  • 428cc3daeb Casted ceil to int such that win_size is an int. Pradyumna Narayana 2016-03-03 12:27:23 -07:00
  • ecf90e1cca Added the chnage to comments Pradyumna Narayana 2016-03-03 12:01:57 -07:00
  • 9f3fc737ba sigma_range is renamed to sigma_color and win_size scales with sigma_spatial Pradyumna Narayana 2016-03-03 12:00:15 -07:00
  • 2c39c773f4 Template mean is precalculated and referenced Pradyumna Narayana 2016-03-03 11:45:09 -07:00
  • 7caf88f6ee Fix assertion in novice test for older numpy versions Stefan van der Walt 2016-03-02 18:09:09 -08:00
  • 9e9207c718 Catch known Matplotlib warnings Stefan van der Walt 2016-03-02 17:32:04 -08:00
  • 453efe974d Ensure array data is always uint8 Stefan van der Walt 2016-03-02 17:20:19 -08:00
  • a8057ed941 Add reset and compare to novice module Stefan van der Walt 2016-01-24 21:46:52 -08:00
  • 3ffca2fdbd Extend plugins with imshow_collection Stefan van der Walt 2016-01-24 21:38:21 -08:00
  • 0d7289ea76 Merge pull request #1972 from jni/bump-cython Josh Warner 2016-03-01 07:19:09 -06:00
  • ce4a68f695 Solving space convex_hull + fixing local_otsu Alexandre Fioravante de Siqueira 2016-02-29 20:53:37 +01:00
  • 7f03d97c4d Bump Cython version to 0.23 in DEPENDS.txt Juan Nunez-Iglesias 2016-03-01 18:01:54 +11:00
  • c9787024fa Modified .gitignore to properly ignore auto_example files Vighnesh Birodkar 2016-02-27 01:29:30 -05:00
  • 14852f4578 Merge pull request #1960 from sdsingh/profile_line Juan Nunez-Iglesias 2016-02-26 18:53:31 +11:00
  • 7a2c80e70f Fix spacing for inline comments Shaun Singh 2016-02-25 17:24:29 -08:00
  • f6618ef8b2 Clean up profile-line docstring Shaun Singh 2016-02-24 17:38:21 -08:00
  • 7f5b9327fa Update docstring for profile_line Shaun Singh 2016-02-24 16:54:22 -08:00
  • 5457b94132 Merge pull request #1951 from jmetz/update_peak_local_max_exclude_border Johannes Schönberger 2016-02-24 12:19:39 +01:00
  • 4244bb17a8 Fix: missing colon on additional tests of exclude_border values Jeremy Metz 2016-02-24 02:27:14 +00:00
  • 488866cfe5 Added additional tests of exclude_border values Jeremy Metz 2016-02-24 02:06:09 +00:00
  • 20d4e7dde8 Finally fixed issue: Jeremy Metz 2016-02-24 01:36:21 +00:00
  • c0e3dcc69f Reverted tests to boolean exclude_border Jeremy Metz 2016-02-24 00:02:41 +00:00
  • 7b23b83d21 Updated test_peak for new exclude_border Jeremy Metz 2016-02-23 22:24:36 +00:00
  • 25d15c603d Updated default value to be backwards compatible Jeremy Metz 2016-02-23 22:17:28 +00:00
  • dc9c887319 Raise at least one error for parallel tests. Stefan van der Walt 2016-02-09 15:47:10 -08:00
  • b5efe5ed94 Merge pull request #1956 from emmanuelle/label_zero Juan Nunez-Iglesias 2016-02-23 10:10:56 +11:00
  • 1ab275e52e Merge pull request #1923 from ev-br/skel3d Juan Nunez-Iglesias 2016-02-23 09:43:57 +11:00
  • a5a771a8e4 Modified label function so that background pixels are labeled with 0, and background=0 by default. emmanuelle 2016-02-21 15:56:35 +01:00
  • 926af0ff53 BUG: fix the conversion from .pyx.in to .pyx files Evgeni Burovski 2016-02-22 15:01:03 +00:00
  • 5e6c98ac01 Added backwards compatibility for exclude_border Jeremy Metz 2016-02-22 10:06:40 +00:00
  • 44150989ee WIP Stefan van der Walt 2016-01-23 16:02:28 -08:00
  • fc70f73064 STY: more tweaks in response to review comments Evgeni Burovski 2016-02-07 20:51:08 +00:00
  • ba328e7531 MAINT: address review comments Evgeni Burovski 2016-02-07 20:21:10 +00:00
  • 2bc8538f9f MAINT: address review comments Evgeni Burovski 2016-02-06 18:46:12 +00:00
  • dc702a83ee TST: skel3d: redo 3D test images Evgeni Burovski 2016-02-05 12:43:29 +00:00
  • d832739300 TST: skel3d: remove 2D test images Evgeni Burovski 2016-02-04 13:38:47 +00:00
  • 64bb1775be TST: inline a two-hole image Evgeni Burovski 2016-02-04 11:33:27 +00:00
  • 9648d71360 MAINT: skel3d: do not copy more than necessary Evgeni Burovski 2016-02-04 11:07:19 +00:00
  • 81d47328ea DOC: spell out the names of [Lee94], add the Notes section Evgeni Burovski 2016-02-03 21:14:18 +00:00
  • 42d4eb6123 TST: skel3d: add more tests Evgeni Burovski 2016-02-03 15:09:35 +00:00
  • 304660d287 BLD: bump the cython version to 0.23.4 on Travis Evgeni Burovski 2016-02-03 11:55:19 +00:00
  • 87541b661d BLD: skel3d: eradicate stray unicode symbols from source files Evgeni Burovski 2016-02-03 00:26:16 +00:00
  • 27b5dbca48 MAINT: skel3d: address review comments Evgeni Burovski 2016-02-02 23:47:09 +00:00
  • 212c3d15ce BLD: add the extension to bento.info, fix names Evgeni Burovski 2016-02-02 17:29:56 +00:00
  • 99de44744a ENH: skel3d: unroll and inline index_octants into is_euler_invariant Evgeni Burovski 2016-02-01 14:11:55 +00:00
  • a07dd7cb9e MAINT: skel3d: minor sty/perf fixes Evgeni Burovski 2016-02-01 13:27:34 +00:00
  • de912c4f7b STY: generate octree_labeling routine via tempita at build time Evgeni Burovski 2016-01-31 17:19:49 +00:00
  • 3bbb766f4e MAINT: skel3d: rename _skel.pyx to _skel.pyx.in Evgeni Burovski 2016-02-02 16:40:39 +00:00
  • c4c95ae4bc STY: reformat the filling-in of the Euler LUT Evgeni Burovski 2016-01-31 13:15:35 +00:00
  • 85f46c6fe8 MAINT: skel3d: address review comments Evgeni Burovski 2016-01-30 14:01:38 +00:00
  • 456a5252c9 STY: skel3d: clarify the status of module-level LUTs. Evgeni Burovski 2016-01-28 22:39:51 +00:00
  • 5fa50a6765 MAINT: skel3d: prune dead code (eg, is_surface_point) Evgeni Burovski 2016-01-27 15:53:20 +00:00
  • ecf744542e MAINT: remove decorators which have no effect anyway Evgeni Burovski 2016-01-28 20:57:12 +00:00
  • dc6cf19fec STY: move main functions to the top of the file Evgeni Burovski 2016-01-28 20:45:26 +00:00
  • f82dddd475 MAINT: stop slicing memoryviews in is_simple_point. Evgeni Burovski 2016-01-28 19:36:01 +00:00
  • 42ba24deb3 MAINT: skel3d: don't print stuff Evgeni Burovski 2016-01-28 17:41:42 +00:00
  • 88a9bcc874 DOC: skel3d: add basic docstrings Evgeni Burovski 2016-02-02 15:52:39 +00:00
  • 689980124d MAINT: skel3d: simplify dealing with 2D images Evgeni Burovski 2016-01-27 14:11:10 +00:00
  • c60b6b05cf MAINT: statically type img in toplevel _compute_thin_image Evgeni Burovski 2016-01-27 12:53:14 +00:00
  • 2f0d0cc18c MAINT: avoid incrurring np.r_ overhead in is_simple_point Evgeni Burovski 2016-01-27 12:41:08 +00:00
  • b7889b2c4f MAINT: avoid doing np.sum in the hot loop Evgeni Burovski 2016-01-27 11:07:08 +00:00
  • 01e1f04b28 TST: skel3d: add a Bat Cochlea sample from FIJI collections Evgeni Burovski 2016-02-02 15:35:55 +00:00
  • c9ed06ad92 MAINT: skel3d: statically type Euler LUT Evgeni Burovski 2016-01-27 08:40:48 +00:00
  • 32865d2bd9 MAINT: skel3d: statically type index_octants Evgeni Burovski 2016-01-27 08:34:18 +00:00
  • 53f48cb6c0 MAINT: skel3d: only allocate and type neighborhood once; switch off Evgeni Burovski 2016-01-26 21:27:47 +00:00
  • f1176a5319 MAINT: skel3d: add static typing to obvious places Evgeni Burovski 2016-01-26 20:05:16 +00:00
  • 06d5a91f57 MAINT: skel3d: move computations to cython Evgeni Burovski 2016-01-26 19:48:08 +00:00
  • a85c9ddd3c MAINT: move new skeletonize3d files to more appropriate places Evgeni Burovski 2016-02-02 14:26:33 +00:00
  • e421cea331 ENH: start adding a python version of Skeletonize3D code Evgeni Burovski 2016-01-12 16:20:32 +00:00
  • d2917a6028 Factor of 2 : PEP8 adjustment Jeremy Metz 2016-02-19 16:17:36 +00:00
  • 0873a6fc9f Factor of 2 in remove added (due to footprint) Jeremy Metz 2016-02-19 16:16:49 +00:00
  • 8f9a9fa388 Minor update to docstring Jeremy Metz 2016-02-19 16:10:29 +00:00
  • a74878c75b Updated exclude_border to not use min_distance Jeremy Metz 2016-02-19 15:36:12 +00:00
  • 6614e1339a Merge pull request #1924 from ev-br/tempita Emmanuelle Gouillart 2016-02-16 23:25:53 +01:00
  • ad535ac2bd MAINT: address review comments Evgeni Burovski 2016-02-16 07:10:13 +00:00
  • dd5a5e5556 Merge pull request #1944 from sciunto/temp_file Juan Nunez-Iglesias 2016-02-16 17:59:55 +11:00
  • 461b06a517 MAINT: fixes #1652 François Boulogne 2016-02-03 21:42:51 -05:00
  • 2217dfc6f2 Merge pull request #1942 from emmanuelle/trailing_todo Josh Warner 2016-02-13 19:33:16 -07:00
  • 45ff200c31 3D test for register_translation, as required by TODO.txt emmanuelle 2016-02-12 22:40:32 +01:00
  • a6e07615f4 Merge pull request #1936 from ahojnnes/depr Juan Nunez-Iglesias 2016-02-09 23:25:42 +11:00
  • 116ef0d649 Remove unit tests for deprecated features Johannes Schönberger 2016-02-09 12:25:55 +01:00
  • e82849a544 Document API changes Johannes Schönberger 2016-02-09 11:16:49 +01:00
  • 9d9a4b3e0b Fix some remaining TODO items Johannes Schönberger 2016-02-09 11:11:28 +01:00
  • 295d2fc8dc added doc to PaintTool Salvatore Scaramuzzino 2016-02-07 22:35:06 +01:00
  • 66102ad91a Merge pull request #1895 from OrkoHunter/denoise_bilateral Egor Panfilov 2016-02-05 17:22:04 +03:00
  • 7014d04327 Remove useless multichannel=True kwarg from tests Himanshu Mishra 2016-02-05 08:11:45 +05:30
  • b40d028550 Add tests for warnings in denoise_bilateral Himanshu Mishra 2016-01-29 14:14:41 +05:30
  • 00fd6f44ae Merge pull request #1927 from sciunto/doc_inpaint2 Steven Silvester 2016-02-04 16:22:49 -06:00
  • da89e26289 Merge pull request #1930 from emmanuelle/release_notes Steven Silvester 2016-02-04 16:11:25 -06:00
  • 17b43daa56 Correction in release notes (wrong section) emmanuelle 2016-02-04 23:05:28 +01:00
  • 5bf67460af Minor change in order of contributors emmanuelle 2016-02-04 23:04:13 +01:00
  • f6f0f7eec4 First version of release notes for 0.12 emmanuelle 2016-02-04 22:54:29 +01:00
  • f4cbcf29f3 BLD: use default encoding Evgeni Burovski 2016-02-03 00:26:16 +00:00