Commit Graph

  • 6b8a198f8d Merge pull request #915 from vighneshbirodkar/blob_det Stefan van der Walt 2014-03-14 12:21:39 +02:00
  • 48ca44bf16 FIX: Slight speed decrease for backwards compatibility Josh Warner (Mac) 2014-03-14 00:08:47 -05:00
  • e9ac84b77c TST: Add unit test for mesh orientation correction. Josh Warner (Mac) 2014-03-13 23:34:46 -05:00
  • eedc72def6 Fix restoration example imports Johannes Schönberger 2014-03-13 20:00:45 -04:00
  • ef63523ab0 Move denoise functions to restoration submodule Johannes Schönberger 2014-03-13 19:39:54 -04:00
  • 107f1d607c Move phase unwrapping algorithms to restoration submodule Johannes Schönberger 2014-03-13 18:48:26 -04:00
  • 1f5ec3e8ed Improve function name in warp example Johannes Schönberger 2014-03-13 18:40:08 -04:00
  • ece0f30af3 Always Skip doctests which depend on Qt and are in the class doc string Johannes Schönberger 2014-03-13 18:29:54 -04:00
  • f280e0b13e Fix regular grid doctest Johannes Schönberger 2014-03-13 18:24:59 -04:00
  • b6e7fc8624 Fix warp doctest and example Johannes Schönberger 2014-03-13 18:20:27 -04:00
  • c60d15f2f4 Merge pull request #922 from juliantaylor/doc-improve Stefan van der Walt 2014-03-13 23:52:06 +02:00
  • d4cb154d17 improve performance of equalize example Julian Taylor 2014-03-13 21:48:45 +01:00
  • 1d133e5c17 made minor changes in syntax 1. merged is_url and file_or_url_context in one import statement 2. changed syntax to check if path is a URL. now more compact Neeraj Gangwar 2014-03-13 18:42:12 +05:30
  • 4992f8bc9b Make doc/gh-pages executable Stefan van der Walt 2014-03-13 00:47:12 +02:00
  • c92358706b typo Vighnesh Birodkar 2014-03-13 03:22:30 +05:30
  • 0bfdda58e5 removed unnecessary imports from _novice.py Neeraj Gangwar 2014-03-12 17:55:54 +05:30
  • 7880453d42 changed the method of fetching images in Picture class using file_or_url_context to get context and calling imread and imghdr on returned context Neeraj Gangwar 2014-03-12 15:57:32 +05:30
  • dc85186e19 corrected syntax for error handling while fetching image from a URL in class Picture Neeraj Gangwar 2014-03-12 13:05:53 +05:30
  • 70ca1495cb changed urlparse library from six.moves.urllib_parse to six.moves.urllib.parse Neeraj Gangwar 2014-03-12 08:48:23 +05:30
  • 2f3bd464b8 added a dummy useragent in Picture class while fetching image using URL. Neeraj Gangwar 2014-03-12 08:00:53 +05:30
  • 15893a3ed0 changed the method of checking if a string is URL 1. removed regex code which was used earlier to check if a string is url. (regex code taken from django) 2. Now checking if a string starts with http(s) or ftp(s). Neeraj Gangwar 2014-03-12 00:29:19 +05:30
  • 654642c986 changed test url in example for the Picture(object) Neeraj Gangwar 2014-03-11 22:35:07 +05:30
  • 5255b29f6e doc rectify Vighnesh Birodkar 2014-03-11 22:29:03 +05:30
  • 6e6b27bc86 doc changes Vighnesh Birodkar 2014-03-11 22:24:08 +05:30
  • 815b0226d4 removed print Vighnesh Birodkar 2014-03-11 21:59:51 +05:30
  • 806a52edd5 migrated from area to sigma Vighnesh Birodkar 2014-03-11 21:55:09 +05:30
  • 1fd34b4751 added description and exmaple for new functionality of fetching images of url Neeraj Gangwar 2014-03-11 21:53:47 +05:30
  • 9557c8dde1 added a functionality to fetch images from URL in _novice.py Neeraj Gangwar 2014-03-11 21:49:21 +05:30
  • 4addbd7cda Merge pull request #890 from ahojnnes/matching Stefan van der Walt 2014-03-11 17:25:17 +02:00
  • 41eff635f7 Merge pull request #912 from cgohlke/patch-6 Johannes Schönberger 2014-03-11 07:41:07 -04:00
  • a12bc45d44 Merge pull request #909 from cgohlke/patch-3 Johannes Schönberger 2014-03-11 07:15:11 -04:00
  • bfd693cd43 Merge pull request #908 from cgohlke/patch-2 Johannes Schönberger 2014-03-11 07:14:00 -04:00
  • 649a87f5db Merge pull request #910 from cgohlke/patch-4 Johannes Schönberger 2014-03-11 07:13:36 -04:00
  • 6efb05f361 Merge pull request #911 from cgohlke/patch-5 Johannes Schönberger 2014-03-11 07:13:03 -04:00
  • 1db0c14ac5 Merge pull request #913 from jaimefrio/quicker-sort Juan Nunez-Iglesias 2014-03-11 21:12:18 +11:00
  • e6fc72011f BUG: wrong search for pivot in quicker_sort jaimefrio 2014-03-11 00:47:15 -07:00
  • b06d160cb7 Fix TypeError: __class__ assignment: 'TestFlexibleMCP' object layout differs from 'UnboundSelf' cgohlke 2014-03-10 23:40:14 -07:00
  • 81805a530b Skip viewer tests if no Qt API is available cgohlke 2014-03-10 23:10:13 -07:00
  • 5403e7a61e Use os.pathsep to sepatate multiple ImageCollection load_pattern cgohlke 2014-03-10 22:50:00 -07:00
  • 534721126b Fix test_novice.test_update_on_save failure on Windows cgohlke 2014-03-10 22:22:02 -07:00
  • f4b260cb33 Merge pull request #907 from cgohlke/patch-1 Josh Warner 2014-03-10 23:15:55 -05:00
  • 44f26ce9ee Define M_PI (not part of C89) cgohlke 2014-03-10 20:57:33 -07:00
  • a3067c572a Define M_PI (not part of C89) cgohlke 2014-03-10 20:56:27 -07:00
  • 2a930700d5 Fix ValueError: Buffer dtype mismatch, expected 'Py_ssize_t' but got 'long' on win-amd64 cgohlke 2014-03-10 20:51:43 -07:00
  • a2438b6338 comments Vighnesh Birodkar 2014-03-10 23:56:30 +05:30
  • 47c5f1bda6 added test_blob_log Vighnesh Birodkar 2014-03-10 23:33:33 +05:30
  • a067485dec added blob_log Vighnesh Birodkar 2014-03-10 22:58:37 +05:30
  • 941a252257 Merge pull request #906 from ahojnnes/peak-fix Stefan van der Walt 2014-03-10 15:51:21 +02:00
  • cd13361b11 Add test case for 4D images Johannes Schönberger 2014-03-10 08:21:50 -04:00
  • 438784cdda Add test case for 3D images Johannes Schönberger 2014-03-10 08:20:32 -04:00
  • c815bd6030 Fix peak_local_max doc string Johannes Schönberger 2014-03-10 08:11:53 -04:00
  • ddfb17d3f7 Merge pull request #903 from vighneshbirodkar/dog Stefan van der Walt 2014-03-10 12:47:06 +02:00
  • 0f44e6f1ba added names in CONTRIBUTIRS.txt Vighnesh Birodkar 2014-03-10 15:39:15 +05:30
  • 7986714c5d rectified __all__ Vighnesh Birodkar 2014-03-09 22:00:26 +05:30
  • d6910ba9bf removed get_local_maxima, now using peak_local_max Vighnesh Birodkar 2014-03-09 21:56:45 +05:30
  • 579c3d5aa3 added get_local_maxima to feature Vighnesh Birodkar 2014-03-06 13:04:09 +05:30
  • 7681598380 changed params and functionality of get_local_maxima Vighnesh Birodkar 2014-03-05 21:08:37 +05:30
  • e449ce9870 Made get_local_maxima_3d public It also takes connectivity as a paramater now Vighnesh Birodkar 2014-03-05 15:37:10 +05:30
  • 5a988fdae7 Changed formula, this improves detected size accuracy Vighnesh Birodkar 2014-03-05 00:46:58 +05:30
  • 59fa47cb5e threshold Vighnesh Birodkar 2014-03-04 22:56:11 +05:30
  • 66bd0c4818 typo Vighnesh Birodkar 2014-03-04 22:44:33 +05:30
  • c5a6f67654 doc string Vighnesh Birodkar 2014-03-04 22:41:04 +05:30
  • d9adb82b14 added test_blob Vighnesh Birodkar 2014-03-04 22:30:42 +05:30
  • 6b0b9db1d0 doctest Vighnesh Birodkar 2014-03-04 22:09:14 +05:30
  • 5f070397fd added blob_dog Vighnesh Birodkar 2014-03-04 21:59:54 +05:30
  • d652a9ce9a Merge pull request #897 from tonysyu/named-rescale_intensity-params Juan Nunez-Iglesias 2014-02-24 18:04:06 +11:00
  • 28d6787a87 Add tests for uint12 and uint14 limits Tony S Yu 2014-02-23 23:13:13 -06:00
  • 8f3b3b3b3e Merge pull request #896 from ahojnnes/shared-six Tony S Yu 2014-02-23 22:23:41 -06:00
  • 181d030952 Remove six copy in _shared as it is a required dependency Johannes Schönberger 2014-02-23 09:30:28 -05:00
  • 7b104fdf14 Add string inputs for range parameters of rescale_intensity Tony S Yu 2014-02-23 14:36:31 -06:00
  • 2961680e3a Merge pull request #889 from sciunto/tuto Johannes Schönberger 2014-02-23 09:22:31 -05:00
  • 572720df05 Merge pull request #895 from blink1073/fix-canny-py3k Tony S Yu 2014-02-17 23:58:46 -06:00
  • ba58dc84e7 Merge pull request #894 from blink1073/viewer_docstring Stefan van der Walt 2014-02-17 16:00:06 +02:00
  • 44dc93d373 Use the more idiomatic list(). blink1073 2014-02-17 05:39:33 -06:00
  • cc2820b5eb Merge pull request #891 from sciunto/tuto2 Tony S Yu 2014-02-16 23:31:10 -06:00
  • 3931f18169 Add py3k compatibility for core widget and overlayplugin. blink1073 2014-02-16 21:22:44 -06:00
  • 308c5c7e5e Add viewer to main docstring. blink1073 2014-02-16 19:18:03 -06:00
  • 4f5105983c MAINT: populate __init__.py François Boulogne 2014-02-16 13:15:54 -05:00
  • e176b9d551 DOC: viewer: some corrections François Boulogne 2014-02-16 12:48:40 -05:00
  • 3b9f330e34 Implement missing max_distance parameter Johannes Schönberger 2014-02-15 11:39:18 -05:00
  • 4739635a1b Merge pull request #887 from stefanv/docs/gh-pages Johannes Schönberger 2014-02-15 10:15:43 -05:00
  • d1b0434d3d DOC: remove deprecated paramter François Boulogne 2014-02-15 10:11:14 -05:00
  • f6b1c015ea Merge pull request #888 from ankit-maverick/issue885 Stefan van der Walt 2014-02-13 23:37:24 +02:00
  • 6d7c8239cd Merge pull request #846 from stefanv/coverage-oneversiononly Juan Nunez-Iglesias 2014-02-13 09:40:04 +11:00
  • d8589f00e1 Adding test to check Censure works on any 2D shape Ankit Agrawal 2014-02-12 20:53:22 +05:30
  • 750911fc98 Merge pull request #881 from blink1073/fix-labelpainter-609 Tony S Yu 2014-02-12 08:35:28 -06:00
  • 292f9dce9b Fix regionprops doc typo Ankit Agrawal 2014-02-12 19:17:54 +05:30
  • 50a27088b1 Correcting the strides of response in _filter_image Ankit Agrawal 2014-02-12 19:15:03 +05:30
  • ddf06f1fcb Travis-ci doesn't like 'if-else'? Stefan van der Walt 2014-02-12 14:25:46 +02:00
  • 4c80d31e1d Exit with status zero under Python 2 Stefan van der Walt 2013-12-09 10:38:20 +02:00
  • 7a77c12393 Only run coverage for Python 3. Stefan van der Walt 2013-12-08 05:15:47 +02:00
  • 68ab593f94 Merge pull request #886 from stefanv/bug/pil-fromstring_to_bytes Juan Nunez-Iglesias 2014-02-12 22:29:31 +11:00
  • b71008a135 Fix Image.frombytes for older version of Python/PIL Stefan van der Walt 2014-02-12 12:59:51 +02:00
  • cb04bd6a83 Add '--all' flag to placify newer versions of git Stefan van der Walt 2014-02-12 12:58:02 +02:00
  • c930133982 Use frombytes instead of fromstring on PIL images, since the latter is now deprecated Stefan van der Walt 2014-02-12 12:17:26 +02:00
  • 15a3306337 Merge pull request #875 from blink1073/lineprofile-overlay Juan Nunez-Iglesias 2014-02-12 19:25:24 +11:00
  • f2b13047f7 DOC: correct misspelling in comment Josh Warner (Mac) 2014-02-09 15:41:50 -06:00
  • 3d3aba1ff7 Add correct_mesh_orientation to skimage.measure imports Josh Warner (Mac) 2014-02-09 13:32:57 -06:00
  • fe2edd5149 FEAT: Add function to correct mesh face orientations Josh Warner (Mac) 2014-02-09 13:16:19 -06:00
  • c70040c236 Add a shape property that gracefully accomodates a new image size blink1073 2014-02-08 22:12:38 -06:00