Commit Graph

  • 441f4029f6 PEP8 Juan Nunez-Iglesias 2013-05-14 17:57:15 +10:00
  • 332ab0449b Improve PEP8 and Python 3 compliance Juan Nunez-Iglesias 2013-05-14 13:15:29 +10:00
  • 5c4d0218ce bug fix: 3d test working Juan Nunez-Iglesias 2013-05-14 03:24:27 +10:00
  • 215439b43c Add 3D slic tests (gray not working yet) Juan Nunez-Iglesias 2013-05-14 03:07:28 +10:00
  • 57cc86d7c8 Bug fix: remove unnecessary __get__ in test_slic Juan Nunez-Iglesias 2013-05-14 03:07:09 +10:00
  • e9aa78b937 Bug fix: don't add singleton dimension to 3D gray images Juan Nunez-Iglesias 2013-05-14 03:06:01 +10:00
  • 8e4ab32ed9 Bug fixes: concatenation order and shape assignments Juan Nunez-Iglesias 2013-05-13 17:07:42 +10:00
  • 6dc8e6300b Separate inner loop of SLIC computation Juan Nunez-Iglesias 2013-04-03 17:39:56 +11:00
  • 30636428db Add more descriptive error message to _prepare_colorarray Juan Nunez-Iglesias 2013-03-14 18:52:30 +11:00
  • 620210025f Modify SLIC to allow uneven step sizes Juan Nunez-Iglesias 2013-03-14 18:33:01 +11:00
  • bb8cfea8c6 Add function to calculate regularly-spaced grid in nD Juan Nunez-Iglesias 2013-03-14 18:13:49 +11:00
  • a2e32cc90c Add initial 3D modifications (not working) Juan Nunez-Iglesias 2013-03-14 01:56:14 +11:00
  • 0132998ca1 Make more colorconv functions 3D aware Juan Nunez-Iglesias 2013-03-12 00:28:49 +11:00
  • 19f264bc8b Make color functions used by SLIC 3D-aware Juan Nunez-Iglesias 2013-03-11 21:03:12 +11:00
  • 42e07a8ef6 Fix naming bug tonysyu 2013-07-01 20:33:30 -05:00
  • 647aacb316 Merge pull request #625 from JDWarner/random_noise Johannes Schönberger 2013-07-01 15:42:06 -07:00
  • 6023b3a22f Merge pull request #617 from JDWarner/memview_transform Johannes Schönberger 2013-06-30 22:01:15 -07:00
  • e836f07a70 Changed variable names so they actually make sense (followed Tony's suggestion). Marianne Corvellec 2013-06-30 22:39:29 -04:00
  • f3b827d21b Fixing indentation Ankit Agrawal 2013-06-30 21:12:54 +08:00
  • a746834e09 Changed dtype of hamming dist matrix and added docs Ankit Agrawal 2013-06-30 21:04:36 +08:00
  • 95352a586c Added docs and used numpy trickery to filter keypoints Ankit Agrawal 2013-06-30 14:43:55 +08:00
  • bb6ea70563 Merge pull request #621 from tonysyu/fix/rank-dtype-compatibility Johannes Schönberger 2013-06-29 23:30:49 -07:00
  • 5f7fc52830 FEAT: generator to add various types of random noise to images Josh Warner (Mac) 2013-06-29 18:00:26 -05:00
  • 63d13a0b69 Merge pull request #618 from mkcor/filter_canny_passingtype Tony S Yu 2013-06-29 15:38:59 -07:00
  • 75b3fcd4dd Included Tony's edits. Marianne Corvellec 2013-06-29 18:34:41 -04:00
  • 5b3081ccc6 Always follow the style guide :) Marianne Corvellec 2013-06-29 18:29:55 -04:00
  • ee7f710e55 Improved style. Marianne Corvellec 2013-06-28 19:24:28 -04:00
  • 8f40e05aab Fixed relative threshold: you consider 10% and 20% of the max for range of corresponding dtype. Marianne Corvellec 2013-06-28 18:51:33 -04:00
  • 94dc84f5b7 Clarified that you can pass images of any type into Canny filter. If low and high thresholds are not specified by user, default to 10 and 20 % (respectively) of range of image's dtype. Marianne Corvellec 2013-06-28 18:34:50 -04:00
  • 2b7b472fe9 One line. Marianne Corvellec 2013-06-29 18:10:38 -04:00
  • 4cf8e2744a PEP8 compliance! Marianne Corvellec 2013-06-29 17:55:54 -04:00
  • 9a45f82f1a Added some warnings for transparency. Marianne Corvellec 2013-06-29 17:49:36 -04:00
  • fe4470e480 Merge pull request #615 from JDWarner/fix_lineprofile Tony S Yu 2013-06-29 14:13:34 -07:00
  • 6f775400b5 FIX: No longer reset for each update Josh Warner (Mac) 2013-06-29 15:34:03 -05:00
  • 19a3d33573 FIX: only reset axes when gray <-> rgb, not every update Josh Warner (Mac) 2013-06-29 15:18:53 -05:00
  • b4e71ecd43 FIX: remove blit, fix 0-length error on grayscale images Josh Warner (Mac) 2013-06-29 15:09:58 -05:00
  • b5c159d26d Improving docstring + style/convention edits Marianne Corvellec 2013-06-29 15:29:44 -04:00
  • e790fcc44e FIX: lineprofile no longer flips on left half and cardinals work Josh Warner (Mac) 2013-06-28 22:25:12 -05:00
  • e20aa7c381 FIX: refactor code, fix linewidth calculation Josh Warner (Mac) 2013-06-28 17:40:05 -05:00
  • 2b5930ad60 DOC: Add viewer example for RGB line profile Josh Warner (Mac) 2013-06-28 16:56:25 -05:00
  • 9ece0b576c FEAT: Automatically switch between RGB / grayscale lineprofile Josh Warner (Mac) 2013-06-28 16:55:33 -05:00
  • d96411a743 Fix build script Tony S Yu 2013-06-29 12:40:54 -05:00
  • f92f057cbd Add support for all data types. Tony S Yu 2013-06-29 11:25:08 -05:00
  • 58a4a43f10 Change rank.pyx to _rank.py Tony S Yu 2013-06-28 18:06:10 -05:00
  • f8f3cee20a Merge pull request #620 from scikit-image/2013 Tony S Yu 2013-06-29 12:15:08 -07:00
  • 9ed26136e2 Do not run flakes on test files -- we have too many custom formatted array. Stefan van der Walt 2013-06-29 11:16:10 -05:00
  • f429b5abad Ensure PIL tests run with PIL. Stefan van der Walt 2013-06-29 11:00:55 -05:00
  • 6cef8727a0 Minor fixes Tony S Yu 2013-06-29 10:56:03 -05:00
  • 2566171929 Space code more readably in transform. Stefan van der Walt 2013-06-29 10:40:49 -05:00
  • 39e66c0229 Add to public API. Stefan van der Walt 2013-06-29 10:18:43 -05:00
  • 0286d2d30f Use int32 for labelling. Stefan van der Walt 2013-06-28 17:47:21 -05:00
  • f0506f1293 Fix imports under Python 3. Stefan van der Walt 2013-06-28 17:24:46 -05:00
  • 558298f426 Fix im_self access in Python 3. Stefan van der Walt 2013-06-28 17:18:55 -05:00
  • 9d1907a211 Fix im_class access in Python 3. Stefan van der Walt 2013-06-28 17:16:13 -05:00
  • 81519b7863 adding main to run tests Adam Wisniewski 2013-06-28 18:14:46 -04:00
  • 227b209720 fix arraypad Adam Wisniewski 2013-06-28 18:09:27 -04:00
  • eb66e34351 Fix label casting for numpy 1.7. Stefan van der Walt 2013-06-28 16:19:49 -05:00
  • 504ad94dc6 Fix iterator. Stefan van der Walt 2013-06-28 15:16:46 -05:00
  • 84615478e4 Fix function code. Stefan van der Walt 2013-06-28 15:09:58 -05:00
  • b04c3282bf Fix zip. Stefan van der Walt 2013-06-28 14:56:01 -05:00
  • a1adfa8d54 Correctly check for string type. Stefan van der Walt 2013-06-28 11:37:08 -05:00
  • 9a38a59a25 Remove is_str and replace by isinstance(..., six.string_types). Stefan van der Walt 2013-06-28 11:33:36 -05:00
  • 70d21f23a2 Add six compatibility module. Stefan van der Walt 2013-06-28 11:32:11 -05:00
  • 2ef6f0ae73 Remove 2to3. Stefan van der Walt 2013-06-28 10:26:11 -05:00
  • e931739502 Adding custom sampling seed, Normal sampling mode Ankit Agrawal 2013-06-29 12:09:56 +08:00
  • 0baffad640 Okay, I think I got the rst syntax this time... Marianne Corvellec 2013-06-28 19:10:55 -04:00
  • c18373f3ad Use memoryviews in skimage.transform Josh Warner (Mac) 2013-06-28 17:53:14 -05:00
  • c61e0434e4 Merge pull request #613 from adamw523/master Tony S Yu 2013-06-28 14:47:26 -07:00
  • a95824c36f Merge pull request #1 from tonysyu/pr/613 Adam Wisniewski 2013-06-28 14:19:09 -07:00
  • 397e7c1ade Clean up test. Tony S Yu 2013-06-28 16:08:11 -05:00
  • c76daa97a9 Add explanation to LBP example Tony S Yu 2013-06-28 16:00:03 -05:00
  • edee15054b Edited after Stefan's comments. Marianne Corvellec 2013-06-28 16:50:43 -04:00
  • 362d915399 support for saving to file-like object in imsave Adam Wisniewski 2013-06-28 16:18:01 -04:00
  • 2e80b819d0 Merge pull request #612 from applio/master Stefan van der Walt 2013-06-28 11:41:13 -07:00
  • 9583072271 Added usage example. Horea Christian 2013-06-28 20:20:39 +02:00
  • 0586817962 Modified test_rank.test_compare_autolevels and test_rank.test_compare_8bit_vs_16bit to correct for assumption that data.camera() would always be loaded as ubyte (or ints at least) when using matplotlib as backend (which caused data.camera() to load as float32). Davin Potts 2013-06-28 12:17:28 -05:00
  • bba2b1b3fa Documented another easy way to build scikit-image for virtualenv users. Marianne Corvellec 2013-06-28 12:35:50 -04:00
  • 173fec01c7 Merge pull request #575 from tonysyu/feature/viewer-linking Josh Warner 2013-06-28 08:32:34 -07:00
  • 9e415a096a Corrected indents Again. Horea Christian 2013-06-28 13:21:55 +02:00
  • 03623a3028 Corrected indents (4space instead tab). Horea Christian 2013-06-28 05:28:15 +02:00
  • 8367542a20 Corrected indentation and spacing. Horea Christian 2013-06-28 01:25:13 +02:00
  • 6d5c8cb299 Merge pull request #604 from JDWarner/fix_sitk_tests Johannes Schönberger 2013-06-27 13:39:26 -07:00
  • 82c987cb15 FIX: prepend np.testing. to assert_* statements Josh Warner (Mac) 2013-06-27 15:13:21 -05:00
  • 45d960d64f User-specified output ratio Horea Christian 2013-06-27 08:15:49 +02:00
  • c826935d9e Change default Slider update_on value to 'release' tonysyu 2013-06-26 11:23:12 -05:00
  • ed7c75d4c6 Raise ImageViewer to front on start. tonysyu 2013-06-26 11:00:24 -05:00
  • cae693cb69 Change QApp default to previous behavior. Tony S Yu 2013-06-25 23:24:06 -05:00
  • dae0156230 Make histogram threshold adjustable Tony S Yu 2013-06-25 23:20:12 -05:00
  • e305677de5 Fix PyQt4 segfault caused by PySide fix. Tony S Yu 2013-06-25 23:15:42 -05:00
  • c4299c4637 Fix execution in IPython with qt backend. tonysyu 2013-06-25 14:37:01 -05:00
  • 4c39d2693a Merge pull request #601 from ahojnnes/corner-eps Stefan van der Walt 2013-06-23 15:42:16 -07:00
  • c9b2bd0aae Fix division by zero bug in corner detectors Johannes Schönberger 2013-06-23 23:39:20 +02:00
  • 6d2f082c11 test_radon_transform: Style fixes, PEP8. Jostein Bø Fløystad 2013-06-19 12:38:50 +02:00
  • 186a238e48 test_radon_transform: Clean up imports. Jostein Bø Fløystad 2013-06-19 12:37:46 +02:00
  • 4b25c48245 transform.iradon: Correct determination of center of projection. Jostein Bø Fløystad 2013-06-19 12:26:47 +02:00
  • cca66a04ef transform.radon: Robust determination of center of projection. Jostein Bø Fløystad 2013-06-19 12:25:39 +02:00
  • df0b060c69 test_radon_transform: Change test criterion for sinogram_circle. Jostein Bø Fløystad 2013-06-19 11:32:38 +02:00
  • 934f1040ad test_radon_transform: Change test criterion for iradon_minimal. Jostein Bø Fløystad 2013-06-19 11:31:41 +02:00
  • afaab4fea7 test_radon_transform: Refactor tests and make them stricter. Jostein Bø Fløystad 2013-06-19 00:51:25 +02:00
  • b8a6b4fa00 radon_transform: Stylistic changes. Jostein Bø Fløystad 2013-06-19 00:23:55 +02:00