Commit Graph

  • c2d2919bae BUG: Don't override image_filter method if defined by subclass Tony S Yu 2012-07-24 01:31:47 -04:00
  • c1a859acae ENH: Change inplace-add to normal add to support alternate syntax Tony S Yu 2012-07-24 00:58:35 -04:00
  • 6182cc9f1b ENH: Add example of adding widgets to plugin Tony S Yu 2012-07-24 00:55:48 -04:00
  • 4b3f6d6c30 BUG: in-place add should return object Tony S Yu 2012-07-24 00:51:31 -04:00
  • 1ae662f712 ENH: filter image when Plugin is attached to ImageViewer Tony S Yu 2012-07-24 00:35:26 -04:00
  • 0e8f444fbb ENH: Display overlay by default Tony S Yu 2012-07-24 00:28:37 -04:00
  • daae405945 DOC: Add todo note Tony S Yu 2012-07-23 21:55:30 -04:00
  • 36b0fbd84e Rename (dis)connect_event to (dis)connect_image_events. Tony S Yu 2012-07-23 01:22:05 -04:00
  • 92ca837471 ENH: Let Qt handle most of the window sizing. Tony S Yu 2012-07-23 01:13:03 -04:00
  • 977d17134d Change image_viewer to Plugin property. Tony S Yu 2012-07-23 00:45:11 -04:00
  • 71a518c8cf Merge pull request #226 from jni/jni-alphanumeric-sort tonysyu 2012-07-22 21:28:38 -07:00
  • df18d40290 Minor cleanup. Tony S Yu 2012-07-23 00:18:32 -04:00
  • f47312a3d1 API Change: Attach ImageViewer to Plugin after init. Tony S Yu 2012-07-23 00:12:21 -04:00
  • 9d1df0c3ce Make alpha value to ClearColormap adjustable. Tony S Yu 2012-07-22 22:11:33 -04:00
  • 86b428952d ENH: Allow Plugin.add_widget to hook into Plugin attributes. Tony S Yu 2012-07-22 13:24:41 -04:00
  • d9a88c95b5 add doc for and restructure polynomial coefficients Johannes Schönberger 2012-07-22 16:52:54 +02:00
  • 2ae4dd4551 fix scale initialization in implicit composition of similarity Johannes Schönberger 2012-07-22 16:41:58 +02:00
  • be6bb0c809 combination of two transformations of the same type result in this type again Johannes Schönberger 2012-07-22 16:38:25 +02:00
  • 87c57770ba reimplement implicit parameter functionality of transformations Johannes Schönberger 2012-07-22 16:24:58 +02:00
  • 0f5d6153d2 fix bug in estimation of similarity transformation Johannes Schönberger 2012-07-22 08:58:37 +02:00
  • 06449581bd ENH: Generalize add_widget function. Tony S Yu 2012-07-22 02:26:03 -04:00
  • f971c25a0b remove some blank lines Johannes Schönberger 2012-07-22 08:21:31 +02:00
  • 3271e210be ENH: Move closeEvent definition to base class. Tony S Yu 2012-07-22 02:15:16 -04:00
  • 385382f64a ENH: Simplify widget addition. Tony S Yu 2012-07-22 02:11:56 -04:00
  • 9b4c6222b5 ENH: Rename callback functions for clarity. Tony S Yu 2012-07-22 02:08:16 -04:00
  • 887a9119b2 ENH: Simplify creation of Slider widget. Tony S Yu 2012-07-22 02:02:29 -04:00
  • bc6c81606f Fix add_argument. Tony S Yu 2012-07-22 01:25:58 -04:00
  • 31c2810dee ENH: Align image and plugin windows Tony S Yu 2012-07-21 23:27:05 -04:00
  • 4d747720de Change ImageViewer to automatically call plugins. Tony S Yu 2012-07-21 22:03:46 -05:00
  • 51711213f7 Move OverlayPlugin and PlotPlugin to their own modules. Tony S Yu 2012-07-21 20:45:54 -05:00
  • 48ac757ab8 Refactor image overlays to special plugin base class. Tony S Yu 2012-07-21 20:29:43 -05:00
  • 4739165b8c Add update_on parameter to slider and allow update on release. Tony S Yu 2012-07-21 20:08:47 -05:00
  • 221cf733d1 Add plugin names Tony S Yu 2012-07-21 19:48:26 -05:00
  • c21fe1c2f9 Show coordinate and intensity info in status bar. Tony S Yu 2012-07-21 18:55:38 -05:00
  • 9f0449e663 Add docstring for overlay and reorder methods. Tony S Yu 2012-07-21 18:11:32 -05:00
  • c07a76bda7 Merge pull request #1 from stefanv/projection Johannes Schönberger 2012-07-21 15:20:17 -07:00
  • bd3ee78306 Delete overlay when deleting plugin. Tony S Yu 2012-07-21 17:09:29 -05:00
  • fb3f201a2a Clean up old code and add docstrings. Tony S Yu 2012-07-21 17:08:19 -05:00
  • dcb7dacc6c open buffer on on byte_array wilsaj 2012-07-21 10:23:20 -05:00
  • 8cd912a894 tests added for xyz2lab and lab2xyz Dharhas Pothina 2012-07-21 09:10:05 -05:00
  • 149ad7e7a6 Merge pull request #219 from wilsaj/remove-nose-message Stefan van der Walt 2012-07-20 23:32:21 -07:00
  • 9cbf2ef369 Simplify alphanumeric_key logic Juan Nunez-Iglesias 2012-07-21 00:51:55 -05:00
  • fbb2ec3afa close temp StringIO buffers when we're done with them wilsaj 2012-07-20 20:34:12 -05:00
  • 74cde286b4 allow qt_plugin imsave() function to write to file-like objects wilsaj 2012-07-20 20:33:25 -05:00
  • fedad0d826 fixed array being modified in place. lab2xyz working Dharhas Pothina 2012-07-20 18:45:56 -05:00
  • d615235f07 Merge pull request #227 from thewtex/thresholding_failures_2 tonysyu 2012-07-20 16:37:57 -07:00
  • 47d5f028e5 Fix: Move on_draw method to base Plugin Tony S Yu 2012-07-20 18:19:37 -05:00
  • 67eb914ef6 TST: Add buffer for threshold tests. Matt McCormick 2012-07-20 19:09:05 -04:00
  • 1b89ae8dbf Merge pull request #228 from thewtex/color_numpy_warnings Stefan van der Walt 2012-07-20 16:06:38 -07:00
  • 37e0ce0fc8 Merge pull request #223 from jni/jni-concatenate-image-collection Stefan van der Walt 2012-07-20 16:02:04 -07:00
  • 05185288e6 Merge pull request #225 from lct123/ImageSegTut Stefan van der Walt 2012-07-20 15:54:43 -07:00
  • afd33afc5e Add LineProfile plugin. Tony S Yu 2012-07-20 17:52:01 -05:00
  • 699b5d9269 Add test coverage for alphabetic sort Juan Nunez-Iglesias 2012-07-20 17:50:04 -05:00
  • 4b53c92c14 BUG: Fix OTSU thresholding tests with matplotlib IO plugin. Matt McCormick 2012-07-20 16:34:07 -04:00
  • 6b591e27a0 Add PlotPlugin and cleanup code. Tony S Yu 2012-07-20 17:49:28 -05:00
  • 9006c1dab3 Sort files from a global pattern alphanumerically Juan Nunez-Iglesias 2012-07-20 17:38:06 -05:00
  • bb1add8abd BUG: Ignore colorconv RuntimeWarning:invalid value encountered in true_divide. Matt McCormick 2012-07-20 18:18:05 -04:00
  • 3b7ab0dd9e corrected plot title Leon Tietz 2012-07-20 17:19:12 -05:00
  • 46f6733fc9 added xyz2lab, lab2xyz not quite working Dharhas Pothina 2012-07-20 17:00:36 -05:00
  • a130b8d2d9 Refactor geometric transforms. Stefan van der Walt 2012-07-20 17:57:15 -04:00
  • a61ac37ff2 Add concatenate() support for MultiImage Juan Nunez-Iglesias 2012-07-20 16:46:33 -05:00
  • 32d3e1b161 use repr_png and repr_jpeg hooks rather than repr_html these will work in the ipython qtconsole as well! wilsaj 2012-07-20 16:44:05 -05:00
  • 736b92a5ff Updated Image Segmentation tutorial Leon Tietz 2012-07-20 16:31:16 -05:00
  • 70cf6cfba0 fix test so it looks for new Image class wilsaj 2012-07-20 15:39:50 -05:00
  • 62ce6f3ab5 Add test for ImageCollection.concatenate Juan Nunez-Iglesias 2012-07-20 15:35:03 -05:00
  • 605a4e2cd7 add support for serializing to file-like objects (e.g. StringIO) to PIL plugin wilsaj 2012-07-20 15:22:53 -05:00
  • d2e0484845 add html repr method for Image class wilsaj 2012-07-20 15:19:22 -05:00
  • f676152448 add stefan's image class wilsaj 2012-07-20 15:18:09 -05:00
  • 11c7fd2f59 Add function 'concatenate' to ImageCollection Juan Nunez-Iglesias 2012-07-20 15:16:48 -05:00
  • c9bef5e06f Merge pull request #222 from thewtex/freeimage_error_2 Stefan van der Walt 2012-07-20 13:05:37 -07:00
  • 74554793ad STY: Align multi-line string statements. Matt McCormick 2012-07-20 16:00:06 -04:00
  • 86f67f85ed raise an import error if trying to run test suite without nose wilsaj 2012-07-20 14:45:51 -05:00
  • db4cc04a90 BUG: Fix tests when FreeImage is not installed. Matt McCormick 2012-07-20 15:46:58 -04:00
  • 1903ed892d API change: switch order of image viewer and callback arguments. Tony S Yu 2012-07-20 14:45:32 -05:00
  • dceb7b6c7d variable name changes and small fixes Jonathan J. Helmus 2012-07-20 15:39:40 -04:00
  • 12fb05f9ab Merge pull request #220 from thewtex/freeimage_error Stefan van der Walt 2012-07-20 12:31:00 -07:00
  • 5101aa2a38 added test for ImageCollection slicing Jonathan J. Helmus 2012-07-20 15:23:25 -04:00
  • 0036dc9775 ImageCollection now supports slicing Jonathan J. Helmus 2012-07-20 15:09:18 -04:00
  • 89f0151a7a BUG: Fix testing failures when FreeImage not installed. Matt McCormick 2012-07-20 15:05:45 -04:00
  • c27119b0cd ENH: Add image viewer based on Qt and Matplotlib Tony S Yu 2012-07-20 14:03:47 -05:00
  • 81764f693b ENH: Add orientation kwarg to IntelligentSlider Tony S Yu 2012-07-20 14:02:36 -05:00
  • 02a26db453 remove message about not being able to load nose; fixes #218 wilsaj 2012-07-20 12:26:17 -05:00
  • ce489a055f DOC: Update tasks. Stefan van der Walt 2012-07-20 12:56:06 -04:00
  • 576c6b59fa DOC: Add SciPy as a runtime dependency. Stefan van der Walt 2012-07-20 12:55:06 -04:00
  • f6066539cc DOC: Add list of tasks for SciPy 2012 sprints Tony S Yu 2012-07-19 14:17:36 -05:00
  • 433e329661 PKG: More detailed changelog. debian/0.6.1-1 Stefan van der Walt 2012-07-17 17:40:10 -04:00
  • a80388c995 PKG: Update Debian packaging instructions. Stefan van der Walt 2012-07-17 17:37:08 -04:00
  • 9fe593d93c Merge tag 'v0.6.1' into debian Stefan van der Walt 2012-07-17 15:05:54 -04:00
  • c82f1ed6b6 Changelog for 0.6.1-1. Stefan van der Walt 2012-07-17 15:04:06 -04:00
  • d30192bd70 PKG: Release 0.6.1 bugfix. v0.6.1 Stefan van der Walt 2012-07-17 15:00:21 -04:00
  • a454930da8 Merge pull request #214 from cgohlke/patch-1 Stefan van der Walt 2012-07-12 10:44:34 -07:00
  • e9f111d011 PKG: Add python-support to build dependencies (closes Debian-681896). Stefan van der Walt 2012-07-17 14:47:15 -04:00
  • 6e5c23e7fb Merge pull request #216 from ahojnnes/perimeter Stefan van der Walt 2012-07-16 11:13:33 -07:00
  • 8e8e2b99a0 add short tutorial for geometric transformations Johannes Schönberger 2012-07-15 19:03:44 +02:00
  • afb479d766 geometric_transform can transform single coordinate tuple Johannes Schönberger 2012-07-15 17:51:34 +02:00
  • d7b2c5b51b add missing doc string for polynomial forward transformation Johannes Schönberger 2012-07-14 10:13:10 +02:00
  • 5feafee220 extend doc string example for geometric transformations Johannes Schönberger 2012-07-14 10:06:21 +02:00
  • 9dbad0023c add support for using transformation objects in warp function Johannes Schönberger 2012-07-14 09:50:36 +02:00
  • 4dcf8528bf change interface of transformation merging Johannes Schönberger 2012-07-14 09:30:52 +02:00
  • b2ca833509 fix transformation union and add test case Johannes Schönberger 2012-07-10 23:20:32 +02:00